Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h598 unsigned HasExtParameterInfos : 1; variable
636 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()
715 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()
720 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()
760 ID.AddBoolean(HasExtParameterInfos); in Profile()
761 if (HasExtParameterInfos) { in Profile()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h1691 unsigned HasExtParameterInfos : 1;
4416 return FunctionTypeBits.HasExtParameterInfos;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp3219 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp848 FI->HasExtParameterInfos = !paramInfos.empty(); in create()