Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h41 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon874c83f70111::RootBlockObjCVarRewriter::BlockVarChecker
DTransforms.cpp224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anond225d64f0111::ReferenceClear
235 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anond225d64f0111::ReferenceCollector
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc9fbbecc0111::LocalRefsCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6b24887c0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anon011a70380111::DeclRefExprVisitor
/external/clang/lib/Index/
DIndexBody.cpp132 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon29eb2fdf0111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anona0e569c90111::EHCodeVisitor
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp522 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon64d533e60111::FindBlockDeclRefExprsVals
DLiveVariables.cpp366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DUninitializedValues.cpp729 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
DConsumed.cpp846 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in clang::consumed::ConsumedStmtVisitor
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc270 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ebpf::ProbeChecker
311 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ebpf::ProbeSetter
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon5f4e410c0111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1347 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon364b15b50411::DeclExtractor
1418 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon364b15b50411::DeclMatcher
DAnalysisBasedWarnings.cpp607 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonface83530511::ContainsReference
DSemaOpenMP.cpp1292 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2a32fb5c0a11::LocalVarRefChecker
1463 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2a32fb5c0c11::DSAAttrChecker
8835 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2a32fb5c2611::DSARefChecker
/external/clang/lib/CodeGen/
DCGExprAgg.cpp120 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon12c6920e0111::AggExprEmitter
DCGExprComplex.cpp118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc37d79f70111::ComplexExprEmitter
DCGException.cpp1460 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
DCGExprScalar.cpp270 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon42508bd50111::ScalarExprEmitter
/external/clang/lib/AST/
DStmtProfile.cpp734 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DASTDumper.cpp1922 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
DStmtPrinter.cpp1200 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp373 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter

12