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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAvailability.h48 AvailabilitySpec(SourceLocation StarLoc) argument
49 : BeginLoc(StarLoc), EndLoc(StarLoc) {}
H A DTypeLoc.h1192 SourceLocation StarLoc;
1201 return this->getLocalData()->StarLoc;
1205 this->getLocalData()->StarLoc = Loc;
H A DStmt.h2616 SourceLocation StarLoc; member in class:clang::IndirectGotoStmt
2621 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) {
2632 void setStarLoc(SourceLocation L) { StarLoc = L; }
2633 SourceLocation getStarLoc() const { return StarLoc; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2732 SourceLocation StarLoc = consumeToken(); local
2737 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule);
2745 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella);
2751 Diags.Report(StarLoc, diag::err_mmap_inferred_redef);
2760 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule);
2764 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework);
2788 ActiveModule->InferredSubmoduleLoc = StarLoc;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1526 SourceLocation StarLoc; member in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1672 SourceLocation StarLoc,
1679 I.Mem.StarLoc = StarLoc;
1670 getMemberPointer(const CXXScopeSpec &SS, unsigned TypeQuals, SourceLocation StarLoc, SourceLocation EndLoc) argument
H A DSema.h4730 SourceLocation StarLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp605 SourceLocation StarLoc = TInfo->getTypeLoc().getEndLoc(); local
606 StarLoc = getLocForEndOfToken(StarLoc);
608 << FixItHint::CreateInsertion(StarLoc, "*");
H A DSemaStmt.cpp3243 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, argument
3255 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))
3266 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E);
H A DTreeTransform.h1399 SourceLocation StarLoc,
1401 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);
1398 RebuildIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) argument
H A DSemaType.cpp6130 TL.setStarLoc(Chunk.Mem.StarLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp2136 SourceLocation StarLoc = ConsumeToken(); local
2142 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get());
H A DParseDecl.cpp5744 SourceLocation StarLoc = ConsumeToken(); local
5745 D.SetRangeEnd(StarLoc);
5756 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()),

Completed in 436 milliseconds