Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h506 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable
515 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) { in ObjCProtocolExpr()
524 SourceLocation getProtocolIdLoc() const { return ProtoLoc; } in getProtocolIdLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1388 SourceLocation ProtoLoc, in ParseObjCProtocolExpression() argument
1394 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
1398 Diag(ProtoLoc, diag::err_objc_non_runtime_protocol_in_protocol_expr) in ParseObjCProtocolExpression()
1401 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
H A DSemaDeclCXX.cpp13153 FunctionProtoTypeLoc ProtoLoc = in findInheritingConstructor() local
13197 ProtoLoc.setParam(I, PD); in findInheritingConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3549 SourceLocation ProtoLoc = ConsumeToken(); in ParseObjCProtocolExpression() local
3565 return Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc, in ParseObjCProtocolExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1338 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
H A DASTReaderStmt.cpp1467 E->ProtoLoc = readSourceLocation(); in VisitObjCProtocolExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3512 if (auto ProtoLoc = in VisitFunctionDecl() local
3515 ProtoLoc.setParam(I, Parameters[I]); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6896 SourceLocation ProtoLoc,