Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp180 const auto *CurrentDecl = cast<VarDecl>(Decl); in declRanges() local
/external/llvm-project/clang/include/clang/AST/
DComment.h993 const Decl *CurrentDecl; member
/external/clang/include/clang/AST/
DComment.h999 const Decl *CurrentDecl; member
/external/clang/lib/AST/
DExpr.cpp472 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
/external/llvm-project/clang/lib/AST/
DExpr.cpp564 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName()