Home
last modified time | relevance | path

Searched refs:HasExtParameterInfos (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h576 unsigned HasExtParameterInfos : 1; variable
614 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()
693 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()
698 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()
727 ID.AddBoolean(HasExtParameterInfos); in Profile()
728 if (HasExtParameterInfos) { in Profile()
/external/clang/include/clang/AST/
DType.h3219 unsigned HasExtParameterInfos : 1;
3419 bool hasExtParameterInfos() const { return HasExtParameterInfos; }
/external/llvm-project/clang/include/clang/AST/
DType.h1603 unsigned HasExtParameterInfos : 1;
4271 return FunctionTypeBits.HasExtParameterInfos;
/external/clang/lib/AST/
DType.cpp2665 HasExtParameterInfos(epi.ExtParameterInfos != nullptr), in FunctionProtoType()
/external/llvm-project/clang/lib/AST/
DType.cpp3154 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
/external/clang/lib/CodeGen/
DCGCall.cpp755 FI->HasExtParameterInfos = !paramInfos.empty(); in create()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp830 FI->HasExtParameterInfos = !paramInfos.empty(); in create()