HomeSort by: relevance | last modified time | path
    Searched refs:VisitDeclRefExpr (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
EvaluatedExprVisitor.h 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { }
JSONNodeDumper.h 265 void VisitDeclRefExpr(const DeclRefExpr *DRE);
TextNodeDumper.h 251 void VisitDeclRefExpr(const DeclRefExpr *Node);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 65 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransProtectedScope.cpp 33 bool VisitDeclRefExpr(DeclRefExpr *E) {
Transforms.cpp 219 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
230 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 262 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
UsedDeclVisitor.h 32 void VisitDeclRefExpr(DeclRefExpr *E) {
SemaAvailability.cpp 623 bool VisitDeclRefExpr(DeclRefExpr *DRE) {
714 bool VisitDeclRefExpr(DeclRefExpr *DRE) {
SemaTemplateVariadic.cpp 93 bool VisitDeclRefExpr(DeclRefExpr *E) {
AnalysisBasedWarnings.cpp 745 void VisitDeclRefExpr(const DeclRefExpr *E) {
749 Inherited::VisitDeclRefExpr(E);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RecursiveSymbolVisitor.h 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 166 void VisitDeclRefExpr(DeclRefExpr *DR);
370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
CalledOnceCheck.cpp 314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; }
441 bool VisitDeclRefExpr(const DeclRefExpr *E) {
UninitializedValues.cpp 489 void VisitDeclRefExpr(DeclRefExpr *dr);
745 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
AnalysisDeclContext.cpp 556 void VisitDeclRefExpr(DeclRefExpr *DR) {
Consumed.cpp 507 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 55 bool VisitDeclRefExpr(DeclRefExpr *DR) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 136 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 326 void VisitDeclRefExpr(DeclRefExpr *E) {
CGExprComplex.cpp 143 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1154 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) {
StmtPrinter.cpp 991 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
StmtProfile.cpp 1181 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {

Completed in 62 milliseconds

1 2