Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp50 const DeclRefExpr *DeclRefExpr) { in isFunctionParameter()
55 const DeclRefExpr *DeclRefExpr) { in isCatchVariable()
63 const DeclRefExpr *DeclRefExpr) { in isFunctionOrCatchVar()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp18 AST_MATCHER(DeclRefExpr, hasExplicitTemplateArgs) { in AST_MATCHER() argument
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h25 class DeclRefExpr; variable
H A DThreadSafetyCommon.h52 class DeclRefExpr; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DNSInvocationArgumentLifetimeCheck.cpp46 DeclRefExpr, in AST_POLYMORPHIC_MATCHER() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.cpp108 const auto &DeclRefExpr = **AllDeclRefExprs.begin(); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp81 AST_MATCHER(DeclRefExpr, hasExplicitTemplateArgs) { in AST_MATCHER() argument
H A DUseAutoCheck.cpp161 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, in AST_POLYMORPHIC_MATCHER()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DMatchSwitchTest.cpp90 void TransferSetTrue(const DeclRefExpr *, in TransferSetTrue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h49 class DeclRefExpr; variable
H A DStmt.h298 friend class DeclRefExpr; // computeDependence in alignas() local
371 friend class DeclRefExpr; in alignas() local
H A DExpr.h1263 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h34 class DeclRefExpr; variable
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h432 DeclRefExpr(SMRange loc, Decl *decl, Type type) in DeclRefExpr() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4155 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
4184 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, in AST_POLYMORPHIC_MATCHER_P()
6677 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, TemplateSpecializationTypeLoc), in AST_POLYMORPHIC_MATCHER_P2()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp399 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr
416 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp503 TEST_P(ASTMatchersTest, DeclRefExpr) { in TEST_P() argument
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h121 class DeclRefExpr; variable