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

1 2

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 65 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransProtectedScope.cpp 33 bool VisitDeclRefExpr(DeclRefExpr *E) {
TransAutoreleasePool.cpp 262 bool VisitDeclRefExpr(DeclRefExpr *E) {
Transforms.cpp 219 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
230 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
UsedDeclVisitor.h 32 void VisitDeclRefExpr(DeclRefExpr *E) {
SemaDeclCXX.cpp 70 bool VisitDeclRefExpr(const DeclRefExpr *DRE);
84 /// VisitDeclRefExpr - Visit a reference to a declaration, to
87 bool CheckDefaultArgumentVisitor::VisitDeclRefExpr(const DeclRefExpr *DRE) {
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/
CalledOnceCheck.cpp 314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; }
441 bool VisitDeclRefExpr(const DeclRefExpr *E) {
LiveVariables.cpp 166 void VisitDeclRefExpr(DeclRefExpr *DR);
370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
AnalysisDeclContext.cpp 556 void VisitDeclRefExpr(DeclRefExpr *DR) {
UninitializedValues.cpp 489 void VisitDeclRefExpr(DeclRefExpr *dr);
745 void TransferFunctions::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/Index/
IndexBody.cpp 136 bool VisitDeclRefExpr(DeclRefExpr *E) {
  /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/CodeGen/
CGOpenMPRuntimeGPU.cpp 441 void VisitDeclRefExpr(const DeclRefExpr *E) {
CGCoroutine.cpp 326 void VisitDeclRefExpr(DeclRefExpr *E) {
CGException.cpp 1771 void VisitDeclRefExpr(const DeclRefExpr *E) {
CGExprAgg.cpp 139 void VisitDeclRefExpr(DeclRefExpr *E) { EmitAggLoadOfLValue(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) {
TextNodeDumper.cpp 979 void TextNodeDumper::VisitDeclRefExpr(const DeclRefExpr *Node) {

Completed in 105 milliseconds

1 2