Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2735 const FunctionProtoType *SecondFnType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9961 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
9967 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
9976 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
9983 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()