Searched refs:findKnownClass (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp69 static FoundationClass findKnownClass(const ObjCInterfaceDecl *ID, function
86 return findKnownClass(Super);
222 FoundationClass Class = findKnownClass(ID);
717 switch (findKnownClass(Class)) {
730 switch (findKnownClass(Class)) {
869 switch (findKnownClass(ID)) {
1057 FoundationClass Class = findKnownClass(ClassID);
1113 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) {
1252 FoundationClass Cl = findKnownClass(Interface);

Completed in 110 milliseconds