Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2600 const FunctionProtoType *FirstFnType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9023 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
9028 bool FirstHasInfo = FirstFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
9037 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
9043 FirstParam = FirstFnType->getExtParameterInfo(I); in mergeExtParameterInfo()