Home
last modified time | relevance | path

Searched defs:CurrentDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp180 const auto *CurrentDecl = cast<VarDecl>(Decl); in declRanges() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h976 const Decl *CurrentDecl; member
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp641 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName()