Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h327 static DeclarationFragments getFragmentsForFunction(const FunctionDecl *);
H A DExtractAPIVisitor.h387 DeclarationFragmentsBuilder::getFragmentsForFunction(Decl), SubHeading, in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp676 DeclarationFragmentsBuilder::getFragmentsForFunction(const FunctionDecl *Func) { in getFragmentsForFunction() function in DeclarationFragmentsBuilder
1312 .append(DeclarationFragmentsBuilder::getFragmentsForFunction( in getFragmentsForFunctionTemplate()
1325 .append(DeclarationFragmentsBuilder::getFragmentsForFunction(Decl)); in getFragmentsForFunctionTemplateSpecialization()