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

/external/clang/lib/Lex/
H A DModuleMap.cpp1279 SourceLocation StarLoc = consumeToken(); local
1284 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule);
1290 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella);
1296 Diags.Report(StarLoc, diag::err_mmap_inferred_redef);
1317 ActiveModule->InferredSubmoduleLoc = StarLoc;
/external/clang/include/clang/AST/
H A DTypeLoc.h914 SourceLocation StarLoc;
923 return this->getLocalData()->StarLoc;
926 this->getLocalData()->StarLoc = Loc;
H A DStmt.h1219 SourceLocation StarLoc; member in class:clang::IndirectGotoStmt
1224 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc),
1233 void setStarLoc(SourceLocation L) { StarLoc = L; }
1234 SourceLocation getStarLoc() const { return StarLoc; }
/external/clang/lib/Sema/
H A DSemaStmt.cpp2065 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, argument
2077 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))
2084 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E));
H A DTreeTransform.h1137 SourceLocation StarLoc,
1139 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);
1136 RebuildIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) argument
/external/clang/lib/Parse/
H A DParseStmt.cpp1514 SourceLocation StarLoc = ConsumeToken(); local
1520 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take());
/external/clang/include/clang/Sema/
H A DSema.h2561 SourceLocation StarLoc,

Completed in 651 milliseconds