Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAvailability.h48 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument
49 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
H A DTypeLoc.h1224 SourceLocation StarLoc; member
1233 return this->getLocalData()->StarLoc; in getSigilLoc()
1237 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
H A DStmt.h2677 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 DModuleMap.cpp2753 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 DDeclSpec.h1527 SourceLocation StarLoc; member
1673 SourceLocation StarLoc, in getMemberPointer()
1680 I.Mem.StarLoc = StarLoc; in getMemberPointer()
H A DSema.h5023 SourceLocation StarLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp605 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local
606 StarLoc = getLocForEndOfToken(StarLoc); in CreatePropertyDecl()
608 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
H A DSemaStmt.cpp3282 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 DTreeTransform.h1404 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1406 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
H A DSemaType.cpp6282 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2292 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
2298 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
H A DParseDecl.cpp5925 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local
5926 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
5939 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()