Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2904 const FunctionProtoType *FirstFnType,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10772 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
10777 bool FirstHasInfo = FirstFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
10786 size_t E = FirstHasInfo ? FirstFnType->getExtParameterInfos().size() in mergeExtParameterInfo()
10792 FirstParam = FirstFnType->getExtParameterInfo(I); in mergeExtParameterInfo()