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.h402 DeclarationFragmentsBuilder::getFragmentsForFunction(Decl), SubHeading, in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp690 DeclarationFragmentsBuilder::getFragmentsForFunction(const FunctionDecl *Func) { in getFragmentsForFunction() function in DeclarationFragmentsBuilder
1334 .append(DeclarationFragmentsBuilder::getFragmentsForFunction( in getFragmentsForFunctionTemplate()
1347 .append(DeclarationFragmentsBuilder::getFragmentsForFunction(Decl)); in getFragmentsForFunctionTemplateSpecialization()