Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAvailability.h48 AvailabilitySpec(SourceLocation StarLoc) in AvailabilitySpec() argument
49 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
H A DTypeLoc.h1192 SourceLocation StarLoc; member
1201 return this->getLocalData()->StarLoc; in getSigilLoc()
1205 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
H A DStmt.h2616 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 DModuleMap.cpp2732 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 DDeclSpec.h1526 SourceLocation StarLoc; member
1672 SourceLocation StarLoc, in getMemberPointer()
1679 I.Mem.StarLoc = StarLoc; in getMemberPointer()
H A DSema.h4730 SourceLocation StarLoc,
/netbsd-src/external/apache2/llvm/dist/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.cpp3243 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 DTreeTransform.h1399 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1401 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
H A DSemaType.cpp6130 TL.setStarLoc(Chunk.Mem.StarLoc); in VisitMemberPointerTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp2136 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
2142 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
H A DParseDecl.cpp5744 SourceLocation StarLoc = ConsumeToken(); in ParseDeclaratorInternal() local
5745 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
5756 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()