Home
last modified time | relevance | path

Searched refs:SecondFnType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2786 const FunctionProtoType *SecondFnType,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10003 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
10009 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
10018 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
10025 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()