Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h285 unsigned DeclKind : 7; variable
H A DComment.h1010 enum DeclKind { enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp80 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp736 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind()