HomeSort by relevance Sort by last modified time
    Searched defs:DeclKind (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 60 unsigned DeclKind = D->getKind();
62 CachedDeclCheckersMapTy::iterator CCI = CachedDeclCheckersMap.find(DeclKind);
67 checkers = &CachedDeclCheckersMap[DeclKind];
  /external/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 1016 enum DeclKind {
1066 /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
1087 DeclKind getKind() const LLVM_READONLY {
1088 return static_cast<DeclKind>(Kind);

Completed in 103 milliseconds