Searched defs:ProtoLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h424 SourceLocation AtLoc, ProtoLoc, RParenLoc; member in class:clang::ObjCProtocolExpr
430 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
437 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
/external/clang/lib/Parse/
H A DParseObjc.cpp2775 SourceLocation ProtoLoc = ConsumeToken(); local
2791 return Owned(Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1018 SourceLocation ProtoLoc,
1024 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId;
1016 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument

Completed in 398 milliseconds