Home
last modified time | relevance | path

Searched refs:VisitDeclRefExpr (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } in VisitDeclRefExpr() function
/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon457495180111::RootBlockObjCVarRewriter::BlockVarChecker
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4a037b8d0111::LocalRefsCollector
DTransforms.cpp228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon2aee6df00111::ReferenceClear
239 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2aee6df00111::ReferenceCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonec23dd5d0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/tools/libclang/
DIndexBody.cpp41 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon99ffb65e0111::BodyIndexer
/external/clang/lib/Analysis/
DLiveVariables.cpp209 void VisitDeclRefExpr(DeclRefExpr *DR);
371 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DUninitializedValues.cpp454 void VisitDeclRefExpr(DeclRefExpr *dr);
670 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
DAnalysisDeclContext.cpp473 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon7694cc670111::FindBlockDeclRefExprsVals
DConsumed.cpp498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in clang::consumed::ConsumedStmtVisitor
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon4e990bea0111::EHCodeVisitor
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp27 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anon315b3dea0111::DeclRefExprVisitor
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon93ebc12d0111::CollectUnexpandedParameterPacksVisitor
DAnalysisBasedWarnings.cpp599 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc31c07940411::ContainsReference
603 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E); in VisitDeclRefExpr()
DSemaOpenMP.cpp699 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc48eae3d0311::LocalVarRefChecker
841 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc48eae3d0511::DSAAttrChecker
2922 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc48eae3d0811::DSARefChecker
DSemaStmt.cpp1321 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon3aaa9c560211::DeclExtractor
1392 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon3aaa9c560211::DeclMatcher
/external/clang/lib/AST/
DASTDumper.cpp312 void VisitDeclRefExpr(const DeclRefExpr *Node);
1649 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
DStmtProfile.cpp397 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DStmtPrinter.cpp833 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
DExprConstant.cpp4340 bool VisitDeclRefExpr(const DeclRefExpr *E);
4393 bool LValueExprEvaluator::VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in LValueExprEvaluator
5729 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon79c4fed31211::IntExprEvaluator
5733 return ExprEvaluatorBaseTy::VisitDeclRefExpr(E); in VisitDeclRefExpr()
DASTImporter.cpp173 Expr *VisitDeclRefExpr(DeclRefExpr *E);
4354 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTNodeImporter
/external/clang/lib/CodeGen/
DCGExprComplex.cpp113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1c4611980111::ComplexExprEmitter
DCGExprAgg.cpp114 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonb2da812f0111::AggExprEmitter
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anon34989fd00111::CalleesPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp339 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter

12