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

  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 229 switch (context->getDeclKind()) {
  /external/clang/lib/Serialization/
ASTCommon.cpp 93 switch (DC->getDeclKind()) {
  /external/clang/lib/AST/
DeclBase.cpp 623 Decl::Kind DK = D->getDeclKind();
707 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); }
857 while (DC->getDeclKind() != Decl::TranslationUnit) {
858 if (DC->getDeclKind() == Decl::LinkageSpec)
    [all...]
Decl.cpp 291 while (DC->getDeclKind() != Decl::TranslationUnit) {
    [all...]
Expr.cpp 624 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 191 switch (DC->getDeclKind()) {
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 647 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
648 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 302 milliseconds