Home
last modified time | relevance | path

Searched defs:SID (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DDeclPrinter.cpp885 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCImplementationDecl() local
898 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCInterfaceDecl() local
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dexamples.cpp224 namespace SID { namespace
/external/linux-tools-perf/util/
Devlist.c29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2186 ObjCInterfaceDecl *SID) { in DiagnoseDuplicateIvars()
/external/valgrind/tsan/
Dthread_sanitizer.cc228 class SID: public ID { class
230 explicit SID(T id) : ID(id) {} in SID() function in SID
231 SID() : ID(0) {} in SID() function in SID
/external/clang/lib/Serialization/
DASTWriter.cpp3691 SelectorID &SID = SelectorIDs[Sel]; in getSelectorRef() local