Searched refs:ProtoIdLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 701 SourceLocation ProtoIdLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3192 SourceLocation ProtoIdLoc = ConsumeToken(); in ParseObjCProtocolExpression() local 3197 protocolId, AtLoc, ProtoLoc, T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1396 SourceLocation ProtoIdLoc, in ParseObjCProtocolExpression() argument 1399 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() 1418 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
|