Home
last modified time | relevance | path

Searched refs:ObjB (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp224 const json::Object *ObjB = B.getAsObject(); in renderRoot() local
226 assert(ObjB != nullptr && "Value B was not an Object"); in renderRoot()
228 const StringRef FilenameB = ObjB->getString("filename").getValue(); in renderRoot()
/external/clang/test/Analysis/
Dobjc_invalidation.m202 @property (readonly, strong) id <Invalidation2> ObjB; property
206 Invalidation2Class *_ObjB; // Invalidation of ObjB happens in the parent.
220 @synthesize ObjB = _ObjB;
/external/llvm-project/clang/test/Analysis/
Dobjc_invalidation.m202 @property (readonly, strong) id <Invalidation2> ObjB; property
206 Invalidation2Class *_ObjB; // Invalidation of ObjB happens in the parent.
220 @synthesize ObjB = _ObjB;