Home
last modified time | relevance | path

Searched defs:VisitDeclRefExpr (Results 1 – 25 of 33) 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 __anon6148d78b0111::RootBlockObjCVarRewriter::BlockVarChecker
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonfe0a9ae00111::LocalRefsCollector
DTransforms.cpp222 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon8e892be30111::ReferenceClear
233 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8e892be30111::ReferenceCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon210ee7100211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/tools/libclang/
DIndexBody.cpp41 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f7101f10111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon6776115d0111::EHCodeVisitor
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp26 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in clang::DeclRefExprVisitor
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp468 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon6595fafa0111::FindBlockDeclRefExprsVals
DLiveVariables.cpp386 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DUninitializedValues.cpp655 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona1ca40a00111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1282 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonad4c17490211::DeclExtractor
1353 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonad4c17490211::DeclMatcher
DAnalysisBasedWarnings.cpp422 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8cca75670411::ContainsReference
DSemaExprObjC.cpp2823 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in __anonba62fe1e0211::ARCCastChecker
/external/clang/lib/CodeGen/
DCGExprComplex.cpp113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7fe0cf8b0111::ComplexExprEmitter
DCGExprAgg.cpp114 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon3ed63da20111::AggExprEmitter
DCGExprScalar.cpp227 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon86157ee90111::ScalarExprEmitter
/external/clang/lib/AST/
DStmtProfile.cpp293 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DStmtPrinter.cpp647 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
DASTDumper.cpp1538 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
/external/clang/lib/Serialization/
DASTWriterStmt.cpp343 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
DASTReaderStmt.cpp430 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtReader
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anon921b7ce30111::CalleesPrinter
/external/v8/tools/gcmole/
Dgcmole.cc139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anonce81c4690111::CalleesPrinter

12