Searched defs:VisitDeclRefExpr (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } function in class:clang::EvaluatedExprVisitor
/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon791::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon796::LocalRefsCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon790::AutoreleasePoolRewriter::NameReferenceChecker
H A DTransforms.cpp228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon803::ReferenceClear
239 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon803::ReferenceCollector
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { function in class:__anon2821::DeclRefExprVisitor
/external/clang/tools/libclang/
H A DIndexBody.cpp41 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon2789::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon1314::EHCodeVisitor
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp480 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon888::FindBlockDeclRefExprsVals
H A DLiveVariables.cpp208 void VisitDeclRefExpr(DeclRefExpr *DR);
367 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DUninitializedValues.cpp513 void VisitDeclRefExpr(DeclRefExpr *dr);
729 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
H A DConsumed.cpp498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { function in class:clang::consumed::ConsumedStmtVisitor
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1238::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp594 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1120::ContainsReference
598 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
H A DSemaExprObjC.cpp2972 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { function in class:__anon1191::ARCCastChecker
/external/clang/lib/AST/
H A DStmtProfile.cpp533 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
H A DASTDumper.cpp487 void VisitDeclRefExpr(const DeclRefExpr *Node);
1721 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp940 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DASTImporter.cpp175 Expr *VisitDeclRefExpr(DeclRefExpr *E);
4411 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTNodeImporter
/external/clang/lib/CodeGen/
H A DCGException.cpp1348 void VisitDeclRefExpr(const DeclRefExpr *E) { function in struct:__anon956::CaptureFinder
H A DCGExprAgg.cpp119 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon959::AggExprEmitter
H A DCGExprComplex.cpp118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon963::ComplexExprEmitter
H A DCGExprScalar.cpp265 Value *VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon968::ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp340 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter
/external/v8/tools/gcmole/
H A Dgcmole.cc138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { function in class:__anon14961::CalleesPrinter

Completed in 3752 milliseconds

12