Searched refs:ProtoLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 476 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 D | SemaExprObjC.cpp | 1221 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 D | SemaDeclCXX.cpp | 11065 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local 11107 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 3522 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 D | ASTWriterStmt.cpp | 1086 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
|
| H A D | ASTReaderStmt.cpp | 1137 E->ProtoLoc = ReadSourceLocation(); in VisitObjCProtocolExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3164 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 D | Sema.h | 5739 SourceLocation ProtoLoc,
|