Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DUsedDeclVisitor.h32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DSemaAvailability.cpp623 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon91f9a75b0411::LastDeclUSEFinder
714 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon91f9a75b0411::DiagnoseUnguardedAvailability
H A DSemaTemplateVariadic.cpp93 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonda9987ff0111::CollectUnexpandedParameterPacksVisitor
H A DSemaStmt.cpp1764 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon895218280d11::DeclExtractor
1838 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon895218280d11::DeclMatcher
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonb69d0dea0111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransforms.cpp219 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon88f59bc20111::ReferenceClear
230 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon88f59bc20111::ReferenceCollector
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8c18559f0111::LocalRefsCollector
H A DTransAutoreleasePool.cpp262 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon70d3f9af0211::AutoreleasePoolRewriter::NameReferenceChecker
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anonde17d74a0111::RenameLocFinder
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp136 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon5abc9b120111::BodyIndexer
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon4ace36bc0111::EHCodeVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
H A DAnalysisDeclContext.cpp556 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon4727f9f90111::FindBlockDeclRefExprsVals
H A DCalledOnceCheck.cpp314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon946405a00111::DeclRefFinder
441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon946405a00111::NamesCollector
H A DUninitializedValues.cpp745 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
H A DConsumed.cpp832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp326 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DCGExprComplex.cpp143 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7a4d3f6a0111::ComplexExprEmitter
H A DCGExprAgg.cpp139 void VisitDeclRefExpr(DeclRefExpr *E) { EmitAggLoadOfLValue(E); } in VisitDeclRefExpr() function in __anonbd9f96010111::AggExprEmitter
H A DCGException.cpp1771 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1154 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp979 void TextNodeDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in TextNodeDumper
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp595 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter

12