Home
last modified time | relevance | path

Searched defs:DeclKind (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclBase.h260 unsigned DeclKind : 7; variable
1137 unsigned DeclKind : 8; variable
H A DComment.h1016 enum DeclKind { enum
/aosp_15_r20/external/clang/lib/AST/
H A DDeclBase.cpp592 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp60 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local