Searched refs:VisitDeclRefExpr (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } function in class:clang::EvaluatedExprVisitor
/external/clang/include/clang/Analysis/Visitors/
H A DCFGRecStmtDeclVisitor.h41 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:clang::CFGRecStmtDeclVisitor
/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3453::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransforms.cpp212 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon3463::ReferenceClear
223 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3463::ReferenceCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3452::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/tools/libclang/
H A DIndexBody.cpp42 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon4847::BodyIndexer
H A DCIndex.cpp1760 void VisitDeclRefExpr(DeclRefExpr *D);
1939 void EnqueueVisitor::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:EnqueueVisitor
/external/clang/lib/AST/
H A DStmtDumper.cpp139 void VisitDeclRefExpr(DeclRefExpr *Node);
373 void StmtDumper::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtDumper
H A DStmtPrinter.cpp570 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp255 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp2787 bool VisitDeclRefExpr(const DeclRefExpr *E);
2834 bool LValueExprEvaluator::VisitDeclRefExpr(const DeclRefExpr *E) { function in class:LValueExprEvaluator
3993 bool VisitDeclRefExpr(const DeclRefExpr *E) { function in class:__anon3502::IntExprEvaluator
3997 return ExprEvaluatorBaseTy::VisitDeclRefExpr(E);
H A DASTImporter.cpp166 Expr *VisitDeclRefExpr(DeclRefExpr *E);
3913 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTNodeImporter
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp24 bool VisitDeclRefExpr(DeclRefExpr *Reference) { function in class:clang::DeclRefExprVisitor
/external/clang/lib/Analysis/
H A DLiveVariables.cpp214 void VisitDeclRefExpr(DeclRefExpr *DR);
376 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DAnalysisDeclContext.cpp375 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3536::FindBlockDeclRefExprsVals
H A DUninitializedValues.cpp431 void VisitDeclRefExpr(DeclRefExpr *dr);
618 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp56 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3860::EHCodeVisitor
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp419 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon158::ContainsReference
423 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
H A DSemaTemplateVariadic.cpp72 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon253::CollectUnexpandedParameterPacksVisitor
H A DSemaStmt.cpp1234 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon244::DeclExtractor
1304 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon244::DeclMatcher
H A DSemaTemplate.cpp1525 bool VisitDeclRefExpr(DeclRefExpr *E) { function in struct:__anon247::DependencyChecker
1533 return super::VisitDeclRefExpr(E);
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp114 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon45::ComplexExprEmitter
H A DCGExprAgg.cpp115 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon41::AggExprEmitter
/external/v8/tools/gcmole/
H A Dgcmole.cc139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { function in class:__anon12944::CalleesPrinter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp278 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter

Completed in 422 milliseconds

12