Searched refs:ProtoLoc (Results 1 - 6 of 6) 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
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp848 Writer.AddSourceLocation(E->ProtoLoc, Record);
H A DASTReaderStmt.cpp885 E->ProtoLoc = ReadSourceLocation(Record, Idx);
/external/clang/include/clang/Sema/
H A DSema.h4154 SourceLocation ProtoLoc,

Completed in 165 milliseconds