Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAvailability.h48 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument
49 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
H A DTypeLoc.h1224 SourceLocation StarLoc; member
1233 return this->getLocalData()->StarLoc; in getSigilLoc()
1237 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
H A DStmt.h2689 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 DModuleMap.cpp2787 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 DDeclSpec.h1549 SourceLocation StarLoc; member
1695 SourceLocation StarLoc, in getMemberPointer()
1702 I.Mem.StarLoc = StarLoc; in getMemberPointer()
H A DSema.h5146 SourceLocation StarLoc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp605 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); in CreatePropertyDecl() local
606 StarLoc = getLocForEndOfToken(StarLoc); in CreatePropertyDecl()
608 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
H A DSemaStmt.cpp3291 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 DTreeTransform.h1445 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1447 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
H A DSemaType.cpp6377 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp2314 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
2320 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
H A DParseDecl.cpp6061 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local
6062 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
6075 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()