Searched refs:WarnOnDeclarations (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 | 1311 void SemaObjC::FindProtocolDeclaration(bool WarnOnDeclarations, in FindProtocolDeclaration() argument 1350 if (WarnOnDeclarations && in FindProtocolDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 5534 bool WarnOnDeclarations, bool ForObjCContainer, SourceLocation &LAngleLoc,
|