Searched refs:StarLoc (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 49 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument 50 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
|
H A D | TypeLoc.h | 1266 SourceLocation StarLoc; member 1275 return this->getLocalData()->StarLoc; in getSigilLoc() 1279 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
|
H A D | Stmt.h | 2907 SourceLocation StarLoc; 2912 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { 2923 void setStarLoc(SourceLocation L) { StarLoc = L; } 2924 SourceLocation getStarLoc() const { return StarLoc; }
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 2854 SourceLocation StarLoc = consumeToken(); in parseInferredModuleDecl() local 2859 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in parseInferredModuleDecl() 2867 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); in parseInferredModuleDecl() 2873 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); in parseInferredModuleDecl() 2882 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); in parseInferredModuleDecl() 2886 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); in parseInferredModuleDecl() 2910 ActiveModule->InferredSubmoduleLoc = StarLoc; in parseInferredModuleDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1613 SourceLocation StarLoc; member 1759 SourceLocation StarLoc, in getMemberPointer() 1766 I.Mem.StarLoc = StarLoc; in getMemberPointer()
|
H A D | Sema.h | 10806 SourceLocation StarLoc, Expr *DestExp);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 590 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local 591 StarLoc = SemaRef.getLocForEndOfToken(StarLoc); in CreatePropertyDecl() 593 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
|
H A D | SemaStmt.cpp | 3141 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument 3153 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt() 3169 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E); in ActOnIndirectGotoStmt()
|
H A D | TreeTransform.h | 1491 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1493 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
H A D | SemaType.cpp | 6119 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2393 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 2399 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
|
H A D | ParseDecl.cpp | 6678 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local 6679 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal() 6692 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()
|