Home
last modified time | relevance | path

Searched refs:known_extensions (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compiler_defines_for_extensions.cpp26 const char *known_extensions[] = { variable
69 size_t num_known_extensions = sizeof(known_extensions)/sizeof(char*);
200 … if( 0 == strcmp( known_extensions[ii], extensions_supported[ num_of_supported_extensions ] ) ) in test_compiler_defines_for_extensions()
276 if( strcmp( extensions_supported[ i ], known_extensions[ j ] ) == 0 ) in test_compiler_defines_for_extensions()
/external/clang/lib/AST/
DDeclObjC.cpp168 for (const auto *Ext : IDecl->known_extensions()) in findPropertyDecl()
376 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement()
1535 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin()
DASTContext.cpp412 for (const auto *Ext : ID->known_extensions()) { in addRedeclaredMethods()
2007 for (const auto *Ext : OI->known_extensions()) in CountNonClassIvars()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp963 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl()
1637 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor()
1950 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules()
DSemaDecl.cpp14242 for (const auto *Ext : IDecl->known_extensions()) { in ActOnFields()
/external/clang/include/clang/AST/
DDeclObjC.h1663 known_extensions_range known_extensions() const { in known_extensions() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1946 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition()
DCGObjCMac.cpp2964 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList()