Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2734 const FunctionProtoType *FirstFnType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9961 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
9966 bool FirstHasInfo = FirstFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
9975 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
9981 FirstParam = FirstFnType->getExtParameterInfo(I); in mergeExtParameterInfo()