Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h191 static DeclarationFragments getFragmentsForFunction(const FunctionDecl *);
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp404 DeclarationFragmentsBuilder::getFragmentsForFunction(const FunctionDecl *Func) { in getFragmentsForFunction() function in DeclarationFragmentsBuilder
H A DExtractAPIConsumer.cpp337 DeclarationFragmentsBuilder::getFragmentsForFunction(Decl); in VisitFunctionDecl()