Searched refs:VisitVarDecl (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp131 void VisitVarDecl(VarDecl *VD);
145 VisitVarDecl(VD);
148 void StringRefCheckerVisitor::VisitVarDecl(VarDecl *VD) { function in class:StringRefCheckerVisitor
/external/clang/include/clang/Analysis/Visitors/
H A DCFGRecStmtDeclVisitor.h33 { static_cast<ImplClass*>(this)->VisitVarDecl(D); }
/external/clang/tools/libclang/
H A DCursorVisitor.h215 bool VisitVarDecl(VarDecl *);
H A DIndexDecl.cpp90 bool VisitVarDecl(VarDecl *D) { function in class:__anon4848::IndexingDeclVisitor
H A DCIndexUSRs.cpp85 void VisitVarDecl(VarDecl *D);
241 void USRGenerator::VisitVarDecl(VarDecl *D) { function in class:USRGenerator
H A DCIndex.cpp810 bool CursorVisitor::VisitVarDecl(VarDecl *D) { function in class:CursorVisitor
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp32 bool VisitVarDecl(VarDecl *Variable) { function in class:clang::VarDeclVisitor
/external/clang/include/clang/Sema/
H A DTemplate.h390 Decl *VisitVarDecl(VarDecl *D);
/external/clang/lib/AST/
H A DDeclPrinter.cpp55 void VisitVarDecl(VarDecl *D);
606 void DeclPrinter::VisitVarDecl(VarDecl *D) { function in class:DeclPrinter
641 VisitVarDecl(D);
H A DExprConstant.cpp2785 bool VisitVarDecl(const Expr *E, const VarDecl *VD);
2838 return VisitVarDecl(E, VD);
2842 bool LValueExprEvaluator::VisitVarDecl(const Expr *E, const VarDecl *VD) { function in class:LValueExprEvaluator
2912 return VisitVarDecl(E, VD);
H A DASTImporter.cpp143 Decl *VisitVarDecl(VarDecl *D);
2761 Decl *ASTNodeImporter::VisitVarDecl(VarDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp85 void VisitVarDecl(VarDecl *D);
667 void ASTDeclWriter::VisitVarDecl(VarDecl *D) { function in class:ASTDeclWriter
715 VisitVarDecl(D);
720 VisitVarDecl(D);
H A DASTReaderDecl.cpp251 void VisitVarDecl(VarDecl *VD);
888 void ASTDeclReader::VisitVarDecl(VarDecl *VD) { function in class:ASTDeclReader
923 VisitVarDecl(PD);
927 VisitVarDecl(PD);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp258 Decl *TemplateDeclInstantiator::VisitVarDecl(VarDecl *D) { function in class:TemplateDeclInstantiator

Completed in 257 milliseconds