Searched refs:StarLoc (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 2689 SourceLocation StarLoc; variable 2694 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt() 2705 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() 2706 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2787 SourceLocation StarLoc = consumeToken(); in parseInferredModuleDecl() local 2792 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in parseInferredModuleDecl() 2800 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); in parseInferredModuleDecl() 2806 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); in parseInferredModuleDecl() 2815 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); in parseInferredModuleDecl() 2819 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); in parseInferredModuleDecl() 2843 ActiveModule->InferredSubmoduleLoc = StarLoc; in parseInferredModuleDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1549 SourceLocation StarLoc; member 1695 SourceLocation StarLoc, in getMemberPointer() 1702 I.Mem.StarLoc = StarLoc; in getMemberPointer()
|
| H A D | Sema.h | 5146 SourceLocation StarLoc,
|
| /openbsd-src/gnu/llvm/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 | 3291 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument 3303 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt() 3314 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E); in ActOnIndirectGotoStmt()
|
| H A D | TreeTransform.h | 1445 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1447 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
| H A D | SemaType.cpp | 6377 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 2314 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 2320 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
|
| H A D | ParseDecl.cpp | 6061 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local 6062 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal() 6075 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()
|