Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2694 const FunctionProtoType *SecondFnType,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9847 const FunctionProtoType *FirstFnType, const FunctionProtoType *SecondFnType, in mergeExtParameterInfo() argument
9853 bool SecondHasInfo = SecondFnType->hasExtParameterInfos(); in mergeExtParameterInfo()
9862 : SecondFnType->getExtParameterInfos().size(); in mergeExtParameterInfo()
9869 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()