Searched defs:VisitDeclRefExpr (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } function in class:clang::EvaluatedExprVisitor
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3095::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3100::LocalRefsCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3094::AutoreleasePoolRewriter::NameReferenceChecker
H A DTransforms.cpp228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon3107::ReferenceClear
239 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3107::ReferenceCollector
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3539::EHCodeVisitor
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp584 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3438::DSAAttrChecker
H A DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3468::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp423 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3351::ContainsReference
H A DSemaExprObjC.cpp2833 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { function in class:__anon3421::ARCCastChecker
H A DSemaStmt.cpp1279 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3457::DeclExtractor
1350 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3457::DeclMatcher
H A DSemaTemplate.cpp1522 bool VisitDeclRefExpr(DeclRefExpr *E) { function in struct:__anon3461::DependencyChecker
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp468 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3168::FindBlockDeclRefExprsVals
H A DLiveVariables.cpp385 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DUninitializedValues.cpp669 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
H A DConsumed.cpp874 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { function in class:clang::consumed::ConsumedStmtVisitor
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3226::ComplexExprEmitter
H A DCGExprAgg.cpp114 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3222::AggExprEmitter
H A DCGExprScalar.cpp228 Value *VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3229::ScalarExprEmitter
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp344 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp430 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtReader
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1629 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp667 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp305 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp4375 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTNodeImporter

Completed in 353 milliseconds

12