Home
last modified time | relevance | path

Searched defs:DeclRefExpr (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DExplicitMakePairCheck.cpp18 AST_MATCHER(DeclRefExpr, hasExplicitTemplateArgs) { in AST_MATCHER() argument
/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h27 class DeclRefExpr; variable
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DLiveVariables.h25 class DeclRefExpr; variable
DThreadSafetyCommon.h51 class DeclRefExpr; variable
/external/llvm-project/clang-tools-extra/clang-tidy/objc/
DNSInvocationArgumentLifetimeCheck.cpp46 DeclRefExpr, in AST_POLYMORPHIC_MATCHER() argument
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseEmplaceCheck.cpp18 AST_MATCHER(DeclRefExpr, hasExplicitTemplateArgs) { in AST_MATCHER() argument
DUseAutoCheck.cpp161 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, in AST_POLYMORPHIC_MATCHER()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DUnnecessaryValueParamCheck.cpp119 const auto &DeclRefExpr = **AllDeclRefExprs.begin(); in check() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h30 class DeclRefExpr; variable
/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h48 class DeclRefExpr; variable
DStmt.h295 friend class DeclRefExpr; // computeDependence variable
368 friend class DeclRefExpr; variable
DExpr.h1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/external/clang/include/clang/AST/
DStmt.h105 friend class DeclRefExpr; // computeDependence in LLVM_ALIGNAS() local
170 friend class DeclRefExpr; in LLVM_ALIGNAS() local
DExpr.h973 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2752 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
2773 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3847 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
3868 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp504 TEST_P(ASTMatchersTest, DeclRefExpr) { in TEST_P() argument
/external/llvm-project/clang/lib/AST/
DExpr.cpp379 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr
396 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/external/clang/lib/AST/
DExpr.cpp322 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/external/clang/include/clang/Sema/
DSema.h103 class DeclRefExpr; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h119 class DeclRefExpr; variable