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

  /external/clang/lib/Serialization/
ASTCommon.cpp 208 switch (DC->getDeclKind()) {
  /external/clang/lib/AST/
DeclBase.cpp 684 Decl::Kind DK = D->getDeclKind();
768 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); }
922 while (DC->getDeclKind() != Decl::TranslationUnit) {
923 if (DC->getDeclKind() == Decl::LinkageSpec)
    [all...]
Decl.cpp 302 while (DC->getDeclKind() != Decl::TranslationUnit) {
    [all...]
Expr.cpp 668 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 683 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
684 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 910 milliseconds