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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h431 SourceLocation AtLoc, ProtoLoc, RParenLoc; member in class:clang::ObjCProtocolExpr
437 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
444 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp2828 SourceLocation ProtoLoc = ConsumeToken(); local
2844 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1040 SourceLocation ProtoLoc,
1046 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId;
1038 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument
H A DSemaDeclCXX.cpp8410 FunctionProtoTypeLoc ProtoLoc = local
8437 ProtoLoc.setArg(I, PD);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp928 Writer.AddSourceLocation(E->ProtoLoc, Record);
H A DASTReaderStmt.cpp981 E->ProtoLoc = ReadSourceLocation(Record, Idx);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4640 SourceLocation ProtoLoc,

Completed in 285 milliseconds