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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/
H A DCFGRecStmtDeclVisitor.h41 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:clang::CFGRecStmtDeclVisitor
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } function in class:clang::EvaluatedExprVisitor
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon2933::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon2938::LocalRefsCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon2932::AutoreleasePoolRewriter::NameReferenceChecker
H A DTransforms.cpp222 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon2945::ReferenceClear
233 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon2945::ReferenceCollector
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp72 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3278::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp422 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3176::ContainsReference
H A DSemaExprObjC.cpp2789 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { function in class:__anon3239::ARCCastChecker
H A DSemaStmt.cpp1286 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3269::DeclExtractor
1356 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3269::DeclMatcher
H A DSemaTemplate.cpp1526 bool VisitDeclRefExpr(DeclRefExpr *E) { function in struct:__anon3272::DependencyChecker
H A DSemaChecking.cpp6133 void VisitDeclRefExpr(DeclRefExpr *ref) { function in struct:__anon3201::FindCaptureVisitor
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3346::EHCodeVisitor
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp441 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3002::FindBlockDeclRefExprsVals
H A DLiveVariables.cpp386 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DUninitializedValues.cpp655 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp109 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3057::ComplexExprEmitter
H A DCGExprAgg.cpp123 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3053::AggExprEmitter
H A DCGExprScalar.cpp227 Value *VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3060::ScalarExprEmitter
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1467 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp586 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp259 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp4130 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTNodeImporter
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp341 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp428 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtReader

Completed in 206 milliseconds

12