Searched refs:StarLoc (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 1192 SourceLocation StarLoc; member 1201 return this->getLocalData()->StarLoc; in getSigilLoc() 1205 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
|
| H A D | Stmt.h | 2616 SourceLocation StarLoc; variable 2621 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt() 2632 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() 2633 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2732 SourceLocation StarLoc = consumeToken(); in parseInferredModuleDecl() local 2737 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in parseInferredModuleDecl() 2745 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); in parseInferredModuleDecl() 2751 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); in parseInferredModuleDecl() 2760 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); in parseInferredModuleDecl() 2764 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); in parseInferredModuleDecl() 2788 ActiveModule->InferredSubmoduleLoc = StarLoc; in parseInferredModuleDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1526 SourceLocation StarLoc; member 1672 SourceLocation StarLoc, in getMemberPointer() 1679 I.Mem.StarLoc = StarLoc; in getMemberPointer()
|
| H A D | Sema.h | 4730 SourceLocation StarLoc,
|
| /netbsd-src/external/apache2/llvm/dist/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 | 3243 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument 3255 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt() 3266 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E); in ActOnIndirectGotoStmt()
|
| H A D | TreeTransform.h | 1399 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1401 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
| H A D | SemaType.cpp | 6130 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 2136 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 2142 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
|
| H A D | ParseDecl.cpp | 5744 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local 5745 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal() 5756 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()
|