Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h476 SourceLocation AtLoc, ProtoLoc, RParenLoc;
486 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
493 SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1221 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument
1227 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
1231 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
H A DSemaDeclCXX.cpp11065 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local
11107 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp3522 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local
3538 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1086 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
H A DASTReaderStmt.cpp1137 E->ProtoLoc = ReadSourceLocation(); in VisitObjCProtocolExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3164 if (auto ProtoLoc = in VisitFunctionDecl() local
3167 ProtoLoc.setParam(I, Parameters[I]); in VisitFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5739 SourceLocation ProtoLoc,