Searched defs:SID (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DDeclPrinter.cpp870 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
872 if (SID)
873 Out << "@implementation " << I << " : " << *SID; local
883 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
885 if (SID)
886 Out << "@interface " << I << " : " << *SID; local
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2108 ObjCInterfaceDecl *SID) {
2115 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II);
2107 DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID) argument
/external/valgrind/tsan/
H A Dthread_sanitizer.cc42 // Segment ID (SID) is in range [1, kMaxSID-1]
223 class SID: public ID { class in inherits:ID
225 explicit SID(T id) : ID(id) {} function in class:SID
226 SID() : ID(0) {} function in class:SID
262 explicit SSID(SID sid) : ID(sid.raw()) {}
271 SID GetSingleton() const {
273 return SID(raw());
396 static uint32_t combine2(SSID a, SID b) {
1643 static bool ProfileSeg(SID sid) {
1657 static INLINE uintptr_t *embedded_stack_trace(SID si
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp3265 SelectorID &SID = SelectorIDs[Sel]; local
3266 if (SID == 0 && Chain) {
3271 if (SID == 0) {
3272 SID = NextSelectorID++;
3274 return SID;

Completed in 138 milliseconds