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

  /external/clang/lib/Serialization/
ASTCommon.cpp 94 switch (DC->getDeclKind()) {
  /external/clang/lib/AST/
DeclBase.cpp 644 Decl::Kind DK = D->getDeclKind();
728 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); }
882 while (DC->getDeclKind() != Decl::TranslationUnit) {
883 if (DC->getDeclKind() == Decl::LinkageSpec)
    [all...]
Decl.cpp 297 while (DC->getDeclKind() != Decl::TranslationUnit) {
    [all...]
Expr.cpp 662 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 200 switch (DC->getDeclKind()) {
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 651 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
652 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 297 milliseconds