Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } in VisitDeclRefExpr() function
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona505b0520111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone7f5d1070111::LocalRefsCollector
H A DTransforms.cpp228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon32e9622a0111::ReferenceClear
239 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon32e9622a0111::ReferenceCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4860e2170211::AutoreleasePoolRewriter::NameReferenceChecker
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexBody.cpp41 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon63f00b580111::BodyIndexer
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anon571a93330111::DeclRefExprVisitor
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon3346c1240111::EHCodeVisitor
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp480 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anonc71f7b610111::FindBlockDeclRefExprsVals
H A DLiveVariables.cpp370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
H A DUninitializedValues.cpp696 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
H A DConsumed.cpp840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in clang::consumed::ConsumedStmtVisitor
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4c5a42670111::CollectUnexpandedParameterPacksVisitor
H A DSemaOpenMP.cpp792 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8add7ef70311::LocalVarRefChecker
945 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8add7ef70511::DSAAttrChecker
4670 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8add7ef70e11::DSARefChecker
H A DSemaStmt.cpp1344 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7fb9f6900311::DeclExtractor
1415 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7fb9f6900311::DeclMatcher
H A DAnalysisBasedWarnings.cpp592 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon895ab00e0411::ContainsReference
H A DSemaExpr.cpp12915 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anoncee48e270911::EvaluatedExprMarker
13266 ExprResult VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
13357 ExprResult VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp114 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon482068690111::AggExprEmitter
H A DCGExprComplex.cpp117 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon244105d20111::ComplexExprEmitter
H A DCGExprScalar.cpp265 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon9a9488500111::ScalarExprEmitter
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp487 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
H A DStmtPrinter.cpp940 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
H A DASTDumper.cpp1715 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp340 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp429 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtReader

12