| /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 | 1318 SourceLocation StarLoc; member 1327 return this->getLocalData()->StarLoc; in getSigilLoc() 1331 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
|
| H A D | Stmt.h | 3012 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 D | ModuleMap.cpp | 2102 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 D | ModuleMapFile.cpp | 285 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 D | DeclSpec.h | 1615 SourceLocation StarLoc; member 1761 SourceLocation StarLoc, in getMemberPointer() 1768 I.Mem.StarLoc = StarLoc; in getMemberPointer()
|
| H A D | Sema.h | 11021 SourceLocation StarLoc, Expr *DestExp);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 591 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local 592 StarLoc = SemaRef.getLocForEndOfToken(StarLoc); in CreatePropertyDecl() 594 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
|
| H A D | SemaStmt.cpp | 3248 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 D | TreeTransform.h | 1485 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1487 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
| H A D | SemaType.cpp | 6158 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 2275 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 2281 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
|
| H A D | ParseDecl.cpp | 6370 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local 6371 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal() 6384 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()
|