Searched refs:WarnOnDeclarations (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1546 bool WarnOnDeclarations, bool ForObjCContainer, in ParseObjCProtocolReferences() argument 1582 Actions.FindProtocolDeclaration(WarnOnDeclarations, ForObjCContainer, in ParseObjCProtocolReferences()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 1523 bool WarnOnDeclarations, bool ForObjCContainer, in ParseObjCProtocolReferences() argument 1558 Actions.FindProtocolDeclaration(WarnOnDeclarations, ForObjCContainer, in ParseObjCProtocolReferences()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1294 bool WarnOnDeclarations,
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1207 Sema::FindProtocolDeclaration(bool WarnOnDeclarations, bool ForObjCContainer, in FindProtocolDeclaration() argument 1242 if (WarnOnDeclarations && in FindProtocolDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1298 Sema::FindProtocolDeclaration(bool WarnOnDeclarations, bool ForObjCContainer, in FindProtocolDeclaration() argument 1332 if (WarnOnDeclarations && in FindProtocolDeclaration()
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1639 bool WarnOnDeclarations,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7414 void FindProtocolDeclaration(bool WarnOnDeclarations, bool ForObjCContainer,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9393 void FindProtocolDeclaration(bool WarnOnDeclarations, bool ForObjCContainer,
|