/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLocalVarsChecker.cpp | 137 bool VisitVarDecl(VarDecl *V) { in checkASTDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 57 bool VisitVarDecl(const VarDecl *VD) { in checkASTDecl() function
|
H A D | LLVMConventionsChecker.cpp | 150 void StringRefCheckerVisitor::VisitVarDecl(VarDecl *VD) { in VisitVarDecl() function in StringRefCheckerVisitor
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 280 bool VisitVarDecl(VarDecl *VD) { in VisitVarDecl() function in __anond6a4e1f60111::AnalysisConsumer
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 216 bool InstallAPIVisitor::VisitVarDecl(const VarDecl *D) { in VisitVarDecl() function in clang::installapi::InstallAPIVisitor
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 305 bool VisitVarDecl(const VarDecl *D) { in VisitVarDecl() function in __anonf10645d10111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 325 void USRGenerator::VisitVarDecl(const VarDecl *D) { in VisitVarDecl() function in USRGenerator
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 342 bool VisitVarDecl(VarDecl *VD) { in VisitVarDecl() function in clang::dataflow::__anon6e9468f50111::ResultObjectVisitor
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 550 void VisitVarDecl(const VarDecl *D) { in VisitVarDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 315 void VisitVarDecl(const VarDecl *D) { in VisitVarDecl() function in __anonb4317f1a0111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 921 void DeclPrinter::VisitVarDecl(VarDecl *D) { in VisitVarDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 919 void JSONNodeDumper::VisitVarDecl(const VarDecl *VD) { in VisitVarDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2218 void TextNodeDumper::VisitVarDecl(const VarDecl *D) { in VisitVarDecl() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 4449 ExpectedDecl ASTNodeImporter::VisitVarDecl(VarDecl *D) { in VisitVarDecl() function in ASTNodeImporter
|
H A D | ExprConstant.cpp | 8620 bool LValueExprEvaluator::VisitVarDecl(const Expr *E, const VarDecl *VD) { in VisitVarDecl() function in LValueExprEvaluator
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 262 bool ExtractAPIVisitorBase<Derived>::VisitVarDecl(const VarDecl *Decl) { in VisitVarDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1103 void ASTDeclWriter::VisitVarDecl(VarDecl *D) { in VisitVarDecl() function in ASTDeclWriter
|
H A D | ASTReaderDecl.cpp | 385 void VisitVarDecl(VarDecl *VD) { VisitVarDeclImpl(VD); } in VisitVarDecl() function in clang::ASTDeclReader
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 1183 Decl *TemplateDeclInstantiator::VisitVarDecl(VarDecl *D) { in VisitVarDecl() function in TemplateDeclInstantiator 1187 Decl *TemplateDeclInstantiator::VisitVarDecl(VarDecl *D, in VisitVarDecl() function in TemplateDeclInstantiator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3945 bool VisitVarDecl(VarDecl *VD) { in VisitVarDecl() function
|