Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3230 const FunctionProtoType *SecondFnType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11976 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
11982 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
11991 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
11998 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()