Searched refs:ProtoLoc (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 506 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable 515 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) { in ObjCProtocolExpr() 524 SourceLocation getProtocolIdLoc() const { return ProtoLoc; } in getProtocolIdLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1386 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument 1392 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression() 1396 Diag(ProtoLoc, diag::err_objc_non_runtime_protocol_in_protocol_expr) in ParseObjCProtocolExpression() 1399 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
|
| H A D | SemaDeclCXX.cpp | 13655 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local 13700 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3603 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local 3619 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1345 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
|
| H A D | ASTReaderStmt.cpp | 1468 E->ProtoLoc = readSourceLocation(); in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3719 if (auto ProtoLoc = in VisitFunctionDecl() local 3722 ProtoLoc.setParam(I, Parameters[I]); in VisitFunctionDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 7509 SourceLocation ProtoLoc,
|