Home
last modified time | relevance | path

Searched defs:VisitDeclRefExpr (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/include/clang/Analysis/Visitors/
DCFGRecStmtDeclVisitor.h41 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function
/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } in VisitDeclRefExpr() function
/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc26e51070111::RootBlockObjCVarRewriter::BlockVarChecker
DTransforms.cpp212 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon281f8b5f0111::ReferenceClear
223 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon281f8b5f0111::ReferenceCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2e4fd18c0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/tools/libclang/
DIndexBody.cpp42 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anondfbb61ed0111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp56 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon5b4b46d90111::EHCodeVisitor
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp375 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon784e96f60111::FindBlockDeclRefExprsVals
DLiveVariables.cpp376 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DUninitializedValues.cpp618 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp24 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in clang::DeclRefExprVisitor
/external/clang/lib/AST/
DStmtDumper.cpp373 void StmtDumper::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtDumper
DStmtProfile.cpp255 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DStmtPrinter.cpp570 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp72 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anond63bfe1c0111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1234 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon02a8bac50211::DeclExtractor
1304 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon02a8bac50211::DeclMatcher
DAnalysisBasedWarnings.cpp419 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f73e2630411::ContainsReference
DSemaExprObjC.cpp2647 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in __anonec1cff9a0211::ARCCastChecker
DSemaExpr.cpp11029 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon51d3525c0611::EvaluatedExprMarker
11379 ExprResult VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
11470 ExprResult VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
/external/clang/lib/CodeGen/
DCGExprComplex.cpp114 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon19772f070111::ComplexExprEmitter
DCGExprAgg.cpp115 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon70903f1e0111::AggExprEmitter
DCGExprScalar.cpp218 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon165fdee50111::ScalarExprEmitter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp278 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
DASTReaderStmt.cpp347 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtReader
/external/v8/tools/gcmole/
Dgcmole.cc139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anon242758e50111::CalleesPrinter

12