Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h49 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument
50 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
H A DTypeLoc.h1266 SourceLocation StarLoc; member
1275 return this->getLocalData()->StarLoc; in getSigilLoc()
1279 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
H A DStmt.h2907 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 DModuleMap.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/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1613 SourceLocation StarLoc; member
1759 SourceLocation StarLoc, in getMemberPointer()
1766 I.Mem.StarLoc = StarLoc; in getMemberPointer()
H A DSema.h10806 SourceLocation StarLoc, Expr *DestExp);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp590 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local
591 StarLoc = SemaRef.getLocForEndOfToken(StarLoc); in CreatePropertyDecl()
593 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
H A DSemaStmt.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()
H A DTreeTransform.h1491 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1493 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
H A DSemaType.cpp6119 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2393 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
2399 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
H A DParseDecl.cpp6678 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local
6679 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
6692 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()