Home
last modified time | relevance | path

Searched refs:getExtParameterInfos (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h503 prototype->getExtParameterInfos(), in forPrototypePlus()
714 ArrayRef<ExtParameterInfo> getExtParameterInfos() const { in getExtParameterInfos() function
721 return getExtParameterInfos()[argIndex]; in getExtParameterInfo()
762 for (auto paramInfo : getExtParameterInfos()) in Profile()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h506 ArrayRef<FunctionProtoType::ExtParameterInfo>, getExtParameterInfos)
H A DTypeProperties.td323 ? node->getExtParameterInfos()
H A DType.h4419 ArrayRef<ExtParameterInfo> getExtParameterInfos() const {
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp135 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall()
168 auto ExtInfos = FPT->getExtParameterInfos(); in appendParameterTypes()
728 auto sigParamInfos = signature.getExtParameterInfos(); in arrangeCall()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10786 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
10787 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()