Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h503 prototype->getExtParameterInfos(), in forPrototypePlus()
711 ArrayRef<ExtParameterInfo> getExtParameterInfos() const { in getExtParameterInfos() function
718 return getExtParameterInfos()[argIndex]; in getExtParameterInfo()
748 for (auto paramInfo : getExtParameterInfos()) in Profile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h507 ArrayRef<FunctionProtoType::ExtParameterInfo>, getExtParameterInfos)
H A DTypeProperties.td323 ? node->getExtParameterInfos()
H A DType.h4285 ArrayRef<ExtParameterInfo> getExtParameterInfos() const {
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp131 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall()
164 auto ExtInfos = FPT->getExtParameterInfos(); in appendParameterTypes()
713 auto sigParamInfos = signature.getExtParameterInfos(); in arrangeCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10017 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
10018 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()