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.h1330 /// isImplicitInterfaceDecl - check that this is an implicitly declared
1333 bool isImplicitInterfaceDecl() const { function in class:clang::ObjCInterfaceDecl
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4117 if (CDecl->isImplicitInterfaceDecl())
4126 if (CDecl->isImplicitInterfaceDecl())
7190 if (CDecl->isImplicitInterfaceDecl())
H A DRewriteObjC.cpp5329 if (CDecl->isImplicitInterfaceDecl()) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1160 if (IDecl->isImplicitInterfaceDecl()) {
/external/clang/lib/AST/
H A DASTImporter.cpp3604 D->isImplicitInterfaceDecl());

Completed in 268 milliseconds