Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h322 static DeclarationFragments getFragmentsForVar(const VarDecl *);
H A DExtractAPIVisitor.h299 DeclarationFragmentsBuilder::getFragmentsForVar(Decl); in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp520 DeclarationFragmentsBuilder::getFragmentsForVar(const VarDecl *Var) { in getFragmentsForVar() function in DeclarationFragmentsBuilder