Searched refs:ForObjCContainer (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 313 void FindProtocolDeclaration(bool WarnOnDeclarations, bool ForObjCContainer,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1360 bool WarnOnDeclarations, bool ForObjCContainer, in ParseObjCProtocolReferences() argument 1395 Actions.ObjC().FindProtocolDeclaration(WarnOnDeclarations, ForObjCContainer, in ParseObjCProtocolReferences()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1312 bool ForObjCContainer, in FindProtocolDeclaration() argument 1341 if (!ForObjCContainer) { in FindProtocolDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 5534 bool WarnOnDeclarations, bool ForObjCContainer, SourceLocation &LAngleLoc,
|