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.h3025 const FunctionProtoType *SecondFnType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11358 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
11364 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
11373 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
11380 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()