Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h503 prototype->getExtParameterInfos(), in forPrototypePlus()
733 ArrayRef<ExtParameterInfo> getExtParameterInfos() const { in getExtParameterInfos() function
740 return getExtParameterInfos()[argIndex]; in getExtParameterInfo()
782 for (auto paramInfo : getExtParameterInfos()) in Profile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h506 ArrayRef<FunctionProtoType::ExtParameterInfo>, getExtParameterInfos)
H A DTypeProperties.td349 ? node->getExtParameterInfos()
H A DType.h5415 ArrayRef<ExtParameterInfo> getExtParameterInfos() const {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp140 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall()
173 auto ExtInfos = FPT->getExtParameterInfos(); in appendParameterTypes()
735 auto sigParamInfos = signature.getExtParameterInfos(); in arrangeCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11372 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
11373 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()