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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1856 SourceLocation StarLoc = consumeToken(); local
1861 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule);
1868 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella);
1874 Diags.Report(StarLoc, diag::err_mmap_inferred_redef);
1883 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule);
1887 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework);
1910 ActiveModule->InferredSubmoduleLoc = StarLoc;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1015 SourceLocation StarLoc;
1024 return this->getLocalData()->StarLoc;
1027 this->getLocalData()->StarLoc = Loc;
H A DStmt.h1218 SourceLocation StarLoc; member in class:clang::IndirectGotoStmt
1223 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc),
1232 void setStarLoc(SourceLocation L) { StarLoc = L; }
1233 SourceLocation getStarLoc() const { return StarLoc; }
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp567 SourceLocation StarLoc = TInfo->getTypeLoc().getLocEnd(); local
568 StarLoc = PP.getLocForEndOfToken(StarLoc);
570 << FixItHint::CreateInsertion(StarLoc, "*");
H A DSemaStmt.cpp2308 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, argument
2320 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))
2331 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E));
H A DTreeTransform.h1180 SourceLocation StarLoc,
1182 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);
1179 RebuildIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1672 SourceLocation StarLoc = ConsumeToken(); local
1678 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take());
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2953 SourceLocation StarLoc,

Completed in 180 milliseconds