Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2905 const FunctionProtoType *SecondFnType,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10772 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
10778 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
10787 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
10794 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()