Searched refs:StarLoc (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Availability.h | 48 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument 49 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
|
| H A D | TypeLoc.h | 1224 SourceLocation StarLoc; member 1233 return this->getLocalData()->StarLoc; in getSigilLoc() 1237 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
|
| H A D | Stmt.h | 2677 SourceLocation StarLoc; variable 2682 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt() 2693 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() 2694 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2753 SourceLocation StarLoc = consumeToken(); in parseInferredModuleDecl() local 2758 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in parseInferredModuleDecl() 2766 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); in parseInferredModuleDecl() 2772 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); in parseInferredModuleDecl() 2781 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); in parseInferredModuleDecl() 2785 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); in parseInferredModuleDecl() 2809 ActiveModule->InferredSubmoduleLoc = StarLoc; in parseInferredModuleDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1527 SourceLocation StarLoc; member 1673 SourceLocation StarLoc, in getMemberPointer() 1680 I.Mem.StarLoc = StarLoc; in getMemberPointer()
|
| H A D | Sema.h | 5023 SourceLocation StarLoc,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 605 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local 606 StarLoc = getLocForEndOfToken(StarLoc); in CreatePropertyDecl() 608 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
|
| H A D | SemaStmt.cpp | 3282 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument 3294 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt() 3305 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E); in ActOnIndirectGotoStmt()
|
| H A D | TreeTransform.h | 1404 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1406 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
| H A D | SemaType.cpp | 6282 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 2292 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 2298 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
|
| H A D | ParseDecl.cpp | 5925 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local 5926 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal() 5939 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()
|