Home
last modified time | relevance | path

Searched refs:getFragmentsForFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h285 static DeclarationFragments getFragmentsForFunction(const FunctionDecl *);
H A DExtractAPIVisitor.h350 Comment, DeclarationFragmentsBuilder::getFragmentsForFunction(Decl), in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp639 DeclarationFragmentsBuilder::getFragmentsForFunction(const FunctionDecl *Func) { in getFragmentsForFunction() function in DeclarationFragmentsBuilder
1150 .append(DeclarationFragmentsBuilder::getFragmentsForFunction( in getFragmentsForFunctionTemplate()
1162 .append(DeclarationFragmentsBuilder::getFragmentsForFunction(Decl)); in getFragmentsForFunctionTemplateSpecialization()