HomeSort by relevance Sort by last modified time
    Searched refs:getDeclKind (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/Serialization/
ASTCommon.cpp 180 switch (DC->getDeclKind()) {
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 307 switch (context->getDeclKind()) {
  /external/clang/lib/AST/
DeclBase.cpp 727 Decl::Kind DK = D->getDeclKind();
811 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); }
965 while (DC->getDeclKind() != Decl::TranslationUnit) {
966 if (DC->getDeclKind() == Decl::LinkageSpec)
    [all...]
Decl.cpp 303 while (DC->getDeclKind() != Decl::TranslationUnit) {
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 200 switch (DC->getDeclKind()) {
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 684 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
685 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 2203 milliseconds

1 2