Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h507 ArrayRef<FunctionProtoType::ExtParameterInfo>, getExtParameterInfos)
H A DTypeProperties.td323 ? node->getExtParameterInfos()
H A DType.h4355 ArrayRef<ExtParameterInfo> getExtParameterInfos() const {
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp134 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall()
167 auto ExtInfos = FPT->getExtParameterInfos(); in appendParameterTypes()
722 auto sigParamInfos = signature.getExtParameterInfos(); in arrangeCall()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10654 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
10655 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()