Searched refs:ProtoLoc (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 707 SourceLocation ProtoLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1399 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument 1406 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression() 1410 Diag(ProtoLoc, diag::err_objc_non_runtime_protocol_in_protocol_expr) in ParseObjCProtocolExpression() 1413 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
|
H A D | SemaDeclCXX.cpp | 13966 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local 14011 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 3615 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local 3632 protocolId, AtLoc, ProtoLoc, T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1456 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
|
H A D | ASTReaderStmt.cpp | 1504 E->ProtoLoc = readSourceLocation(); in VisitObjCProtocolExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4013 if (auto ProtoLoc = in VisitFunctionDecl() local 4016 ProtoLoc.setParam(I, Parameters[I]); in VisitFunctionDecl()
|