Home
last modified time | relevance | path

Searched refs:StarLoc (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h49 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
H A DTypeLoc.h1318 SourceLocation StarLoc; member
1327 return this->getLocalData()->StarLoc; in getSigilLoc()
1331 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
H A DStmt.h3012 SourceLocation StarLoc;
3017 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) {
3028 void setStarLoc(SourceLocation L) { StarLoc = L; }
3029 SourceLocation getStarLoc() const { return StarLoc; }
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2102 SourceLocation StarLoc = MD.Id.front().second; in handleInferredModuleDecl() local
2106 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in handleInferredModuleDecl()
2113 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); in handleInferredModuleDecl()
2119 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); in handleInferredModuleDecl()
2128 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); in handleInferredModuleDecl()
2132 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); in handleInferredModuleDecl()
2139 ActiveModule->InferredSubmoduleLoc = StarLoc; in handleInferredModuleDecl()
H A DModuleMapFile.cpp285 SourceLocation StarLoc = consumeToken(); in parseModuleDecl() local
286 MDecl.Id.push_back({"*", StarLoc}); in parseModuleDecl()
288 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in parseModuleDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1615 SourceLocation StarLoc; member
1761 SourceLocation StarLoc, in getMemberPointer()
1768 I.Mem.StarLoc = StarLoc; in getMemberPointer()
H A DSema.h11021 SourceLocation StarLoc, Expr *DestExp);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp591 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local
592 StarLoc = SemaRef.getLocForEndOfToken(StarLoc); in CreatePropertyDecl()
594 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
H A DSemaStmt.cpp3248 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument
3260 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, in ActOnIndirectGotoStmt()
3277 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E); in ActOnIndirectGotoStmt()
H A DTreeTransform.h1485 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1487 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
H A DSemaType.cpp6158 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2275 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
2281 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
H A DParseDecl.cpp6370 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local
6371 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
6384 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()