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

12

/external/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } function in class:clang::EvaluatedExprVisitor
/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17694::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17699::LocalRefsCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17693::AutoreleasePoolRewriter::NameReferenceChecker
H A DTransforms.cpp228 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon17706::ReferenceClear
239 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17706::ReferenceCollector
/external/clang/tools/libclang/
H A DIndexBody.cpp41 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon19524::BodyIndexer
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp27 bool VisitDeclRefExpr(DeclRefExpr *Reference) { function in class:__anon19549::DeclRefExprVisitor
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon18174::EHCodeVisitor
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp473 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon17768::FindBlockDeclRefExprsVals
H A DLiveVariables.cpp209 void VisitDeclRefExpr(DeclRefExpr *DR);
371 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DUninitializedValues.cpp454 void VisitDeclRefExpr(DeclRefExpr *dr);
670 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
H A DConsumed.cpp498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { function in class:clang::consumed::ConsumedStmtVisitor
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon18106::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp599 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17989::ContainsReference
603 EvaluatedExprVisitor<ContainsReference>::VisitDeclRefExpr(E);
H A DSemaOpenMP.cpp699 bool VisitDeclRefExpr(const DeclRefExpr *E) { function in class:__anon18071::LocalVarRefChecker
841 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon18073::DSAAttrChecker
2922 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon18075::DSARefChecker
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { function in class:__anon17419::CalleesPrinter
/external/clang/lib/AST/
H A DASTDumper.cpp312 void VisitDeclRefExpr(const DeclRefExpr *Node);
1649 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp833 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp397 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp173 Expr *VisitDeclRefExpr(DeclRefExpr *E);
4354 Expr *ASTNodeImporter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTNodeImporter
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp114 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17831::AggExprEmitter
H A DCGExprComplex.cpp113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17835::ComplexExprEmitter
H A DCGExprScalar.cpp228 Value *VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon17838::ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp339 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp428 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { function in class:ASTStmtReader

Completed in 406 milliseconds

12