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

12

/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1030::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1035::LocalRefsCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1029::AutoreleasePoolRewriter::NameReferenceChecker
H A DTransforms.cpp224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon1042::ReferenceClear
235 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1042::ReferenceCollector
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { function in class:__anon3353::DeclRefExprVisitor
/external/clang/lib/Index/
H A DIndexBody.cpp132 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1361::BodyIndexer
/external/v8/tools/clang/value_cleanup/
H A DListValueRewriter.cpp46 bool VisitDeclRefExpr(const clang::DeclRefExpr* expr) { function in class:__anon21959::CollectDeclRefExprVisitor
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon1593::EHCodeVisitor
/external/clang/lib/Analysis/
H A DLiveVariables.cpp208 void VisitDeclRefExpr(DeclRefExpr *DR);
366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DAnalysisDeclContext.cpp522 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon1136::FindBlockDeclRefExprsVals
H A DUninitializedValues.cpp513 void VisitDeclRefExpr(DeclRefExpr *dr);
729 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
H A DConsumed.cpp504 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
846 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:__anon1523::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp607 void VisitDeclRefExpr(const DeclRefExpr *E) { function in class:__anon1410::ContainsReference
611 Inherited::VisitDeclRefExpr(E);
H A DSemaExprObjC.cpp3252 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { function in class:__anon1483::ARCCastChecker
/external/clang/lib/CodeGen/
H A DCGException.cpp1460 void VisitDeclRefExpr(const DeclRefExpr *E) { function in struct:__anon1206::CaptureFinder
H A DCGExprAgg.cpp120 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1209::AggExprEmitter
H A DCGExprComplex.cpp118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1213::ComplexExprEmitter
H A DCGExprScalar.cpp270 Value *VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon1218::ScalarExprEmitter
H A DCodeGenModule.cpp1691 bool VisitDeclRefExpr(DeclRefExpr *E) { function in struct:__anon1257::DLLImportFunctionVisitor
/external/v8/tools/gcmole/
H A Dgcmole.cc138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { function in class:__anon21960::CalleesPrinter
/external/clang/lib/AST/
H A DASTDumper.cpp511 void VisitDeclRefExpr(const DeclRefExpr *Node);
1922 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp1200 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp734 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp373 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter

Completed in 576 milliseconds

12