Searched refs:isImplicitInterfaceDecl (Results 1 - 6 of 6) sorted by relevance

/external/clang/tools/libclang/
H A DIndexDecl.cpp160 if (Class->isImplicitInterfaceDecl())
/external/clang/include/clang/AST/
H A DDeclObjC.h1335 /// isImplicitInterfaceDecl - check that this is an implicitly declared
1338 bool isImplicitInterfaceDecl() const { function in class:clang::ObjCInterfaceDecl
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4097 if (CDecl->isImplicitInterfaceDecl())
4106 if (CDecl->isImplicitInterfaceDecl())
7163 if (CDecl->isImplicitInterfaceDecl())
H A DRewriteObjC.cpp5309 if (CDecl->isImplicitInterfaceDecl()) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1154 if (IDecl->isImplicitInterfaceDecl()) {
/external/clang/lib/AST/
H A DASTImporter.cpp3661 D->isImplicitInterfaceDecl());

Completed in 958 milliseconds