Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAvailability.h49 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
HDTypeLoc.h1266 SourceLocation StarLoc; member
1275 return this->getLocalData()->StarLoc; in getSigilLoc()
1279 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
HDStmt.h2907 SourceLocation StarLoc; variable
2912 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()
2923 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc()
2924 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDModuleMap.cpp2854 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-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1613 SourceLocation StarLoc; member
1759 SourceLocation StarLoc, in getMemberPointer()
1766 I.Mem.StarLoc = StarLoc; in getMemberPointer()
HDSema.h10806 SourceLocation StarLoc, Expr *DestExp);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp590 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local
591 StarLoc = SemaRef.getLocForEndOfToken(StarLoc); in CreatePropertyDecl()
593 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
HDSemaStmt.cpp3141 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()
HDTreeTransform.h1491 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1493 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
HDSemaType.cpp6119 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp2393 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
2399 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
HDParseDecl.cpp6678 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local
6679 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
6692 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()