Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2890 const FunctionProtoType *SecondFnType,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10640 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
10646 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
10655 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
10662 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()