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()
722 ArrayRef<ExtParameterInfo> getExtParameterInfos() const { in getExtParameterInfos() function
729 return getExtParameterInfos()[argIndex]; in getExtParameterInfo()
771 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.td323 ? node->getExtParameterInfos()
H A DType.h4616 ArrayRef<ExtParameterInfo> getExtParameterInfos() const {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp136 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall()
169 auto ExtInfos = FPT->getExtParameterInfos(); in appendParameterTypes()
726 auto sigParamInfos = signature.getExtParameterInfos(); in arrangeCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10893 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
10894 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()