Searched refs:ProtoLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 424 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable 430 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {} in ObjCProtocolExpr() 437 SourceLocation getProtocolIdLoc() const { return ProtoLoc; } in getProtocolIdLoc()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2775 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local 2791 return Owned(Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1018 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument 1024 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 848 Writer.AddSourceLocation(E->ProtoLoc, Record); in VisitObjCProtocolExpr()
|
D | ASTReaderStmt.cpp | 885 E->ProtoLoc = ReadSourceLocation(Record, Idx); in VisitObjCProtocolExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4154 SourceLocation ProtoLoc,
|