Home
last modified time | relevance | path

Searched refs:ProtoIdLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1389 SourceLocation ProtoIdLoc, in ParseObjCProtocolExpression() argument
1391 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1410 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3628 SourceLocation ProtoIdLoc = ConsumeToken(); in ParseObjCProtocolExpression() local
3633 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7695 SourceLocation ProtoIdLoc,