Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp1221 SourceLocation ProtoIdLoc, in ParseObjCProtocolExpression() argument
1223 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1235 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp3478 SourceLocation ProtoIdLoc = ConsumeToken(); in ParseObjCProtocolExpression() local
3483 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5067 SourceLocation ProtoIdLoc,