Searched refs:ProtoLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 507 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable 516 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) { in ObjCProtocolExpr() 525 SourceLocation getProtocolIdLoc() const { return ProtoLoc; } in getProtocolIdLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1387 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument 1393 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression() 1397 Diag(ProtoLoc, diag::err_objc_non_runtime_protocol_in_protocol_expr) in ParseObjCProtocolExpression() 1400 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
|
| H A D | SemaDeclCXX.cpp | 14094 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local 14139 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3616 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local 3632 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1446 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
|
| H A D | ASTReaderStmt.cpp | 1497 E->ProtoLoc = readSourceLocation(); in VisitObjCProtocolExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3933 if (auto ProtoLoc = in VisitFunctionDecl() local 3936 ProtoLoc.setParam(I, Parameters[I]); in VisitFunctionDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7693 SourceLocation ProtoLoc,
|