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

12

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } function in class:clang::EvaluatedExprVisitor
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3079::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3084::LocalRefsCollector
H A DTransforms.cpp228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon3091::ReferenceClear
239 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3091::ReferenceCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3078::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp223 void VisitDeclRefExpr(DeclRefExpr *DR);
385 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DUninitializedValues.cpp455 void VisitDeclRefExpr(DeclRefExpr *dr);
669 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
H A DAnalysisDeclContext.cpp468 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3152::FindBlockDeclRefExprsVals
H A DConsumed.cpp475 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
874 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { function in class:clang::consumed::ConsumedStmtVisitor
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon3523::EHCodeVisitor
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp423 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3335::ContainsReference
427 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
H A DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3452::CollectUnexpandedParameterPacksVisitor
H A DSemaOpenMP.cpp584 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3422::DSAAttrChecker
H A DSemaStmt.cpp1279 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3441::DeclExtractor
1350 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3441::DeclMatcher
H A DSemaTemplate.cpp1522 bool VisitDeclRefExpr(DeclRefExpr *E) { function in struct:__anon3445::DependencyChecker
1530 return super::VisitDeclRefExpr(E);
H A DSemaExprObjC.cpp2833 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { function in class:__anon3405::ARCCastChecker
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp273 void VisitDeclRefExpr(const DeclRefExpr *Node);
1629 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 DExprConstant.cpp4297 bool VisitDeclRefExpr(const DeclRefExpr *E);
4350 bool LValueExprEvaluator::VisitDeclRefExpr(const DeclRefExpr *E) {
5683 bool VisitDeclRefExpr(const DeclRefExpr *E) {
5687 return ExprEvaluatorBaseTy::VisitDeclRefExpr(E);
H A DASTImporter.cpp173 Expr *VisitDeclRefExpr(DeclRefExpr *E);
4375 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTNodeImporter
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp114 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3206::AggExprEmitter
H A DCGExprComplex.cpp113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3210::ComplexExprEmitter
H A DCGExprScalar.cpp228 Value *VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon3213::ScalarExprEmitter
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp344 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter

Completed in 529 milliseconds

12