Home
last modified time | relevance | path

Searched refs:ProtoLoc (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h440 SourceLocation AtLoc, ProtoLoc, RParenLoc;
446 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
453 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2784 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local
2800 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1104 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument
1110 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
H A DSemaDeclCXX.cpp9104 FunctionProtoTypeLoc ProtoLoc = in declareCtor() local
9131 ProtoLoc.setParam(I, PD); in declareCtor()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp928 Writer.AddSourceLocation(E->ProtoLoc, Record); in VisitObjCProtocolExpr()
H A DASTReaderStmt.cpp980 E->ProtoLoc = ReadSourceLocation(Record, Idx); in VisitObjCProtocolExpr()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4940 SourceLocation ProtoLoc,