Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2601 const FunctionProtoType *SecondFnType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9023 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
9029 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
9038 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
9045 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()