Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h194 static DeclarationFragments getFragmentsForVar(const VarDecl *);
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp87 DeclarationFragmentsBuilder::getFragmentsForVar(Decl); in VisitVarDecl()
H A DDeclarationFragments.cpp354 DeclarationFragmentsBuilder::getFragmentsForVar(const VarDecl *Var) { in getFragmentsForVar() function in DeclarationFragmentsBuilder