Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3024 const FunctionProtoType *FirstFnType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11358 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
11363 bool FirstHasInfo = FirstFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
11372 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
11378 FirstParam = FirstFnType->getExtParameterInfo(I); in mergeExtParameterInfo()