Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h505 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable
514 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) { in ObjCProtocolExpr()
523 SourceLocation getProtocolIdLoc() const { return ProtoLoc; } in getProtocolIdLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h699 SourceLocation ProtoLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1394 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument
1401 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
1405 Diag(ProtoLoc, diag::err_objc_non_runtime_protocol_in_protocol_expr) in ParseObjCProtocolExpression()
1408 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
H A DSemaDeclCXX.cpp14257 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local
14302 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3180 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local
3197 protocolId, AtLoc, ProtoLoc, T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1479 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
H A DASTReaderStmt.cpp1523 E->ProtoLoc = readSourceLocation(); in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4288 if (auto ProtoLoc = in VisitFunctionDecl() local
4291 ProtoLoc.setParam(I, Parameters[I]); in VisitFunctionDecl()