Home
last modified time | relevance | path

Searched refs:HasExtParameterInfos (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h488 unsigned HasExtParameterInfos : 1; variable
526 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()
598 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()
603 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()
629 ID.AddBoolean(HasExtParameterInfos); in Profile()
630 if (HasExtParameterInfos) { in Profile()
/external/clang/include/clang/AST/
DType.h3219 unsigned HasExtParameterInfos : 1;
3419 bool hasExtParameterInfos() const { return HasExtParameterInfos; }
/external/clang/lib/AST/
DType.cpp2665 HasExtParameterInfos(epi.ExtParameterInfos != nullptr), in FunctionProtoType()
/external/clang/lib/CodeGen/
DCGCall.cpp755 FI->HasExtParameterInfos = !paramInfos.empty(); in create()