Searched refs:ProtoLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 448 SourceLocation AtLoc, ProtoLoc, RParenLoc; 454 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {} 461 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 3474 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local 3490 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1219 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument 1225 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
|
D | SemaDeclCXX.cpp | 9203 FunctionProtoTypeLoc ProtoLoc = in declareCtor() local 9230 ProtoLoc.setParam(I, PD); in declareCtor()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 972 Writer.AddSourceLocation(E->ProtoLoc, Record); in VisitObjCProtocolExpr()
|
D | ASTReaderStmt.cpp | 1020 E->ProtoLoc = ReadSourceLocation(Record, Idx); in VisitObjCProtocolExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5143 SourceLocation ProtoLoc,
|