Searched refs:ValueLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
H A DLoopHint.h25 IdentifierLoc *ValueLoc; member in struct:clang::LoopHint
H A DSema.h4719 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp58 IdentifierLoc *ValueLoc = A.getArgAsIdent(1); local
59 IdentifierInfo *ValueInfo = ValueLoc->Ident;
78 S.Diag(ValueLoc->Loc, diag::err_pragma_loop_invalid_keyword);
86 S.Diag(ValueLoc->Loc, diag::err_pragma_loop_invalid_keyword);
97 S.Diag(ValueLoc->Loc, diag::err_pragma_loop_invalid_value);
156 SourceLocation ValueLoc = LH->getRange().getEnd(); local
162 S.Diag(ValueLoc, diag::err_pragma_loop_compatibility)
174 S.Diag(ValueLoc, diag::err_pragma_loop_compatibility)
187 S.Diag(ValueLoc, diag::err_pragma_loop_compatibility)
H A DSemaExprObjC.cpp311 SourceLocation ValueLoc,
315 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false);
319 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0);
310 ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc, bool Value) argument
/external/clang/lib/Parse/
H A DParseStmt.cpp1828 if (!Hint.LoopLoc || !Hint.OptionLoc || !Hint.ValueLoc)
1831 ArgsUnion ArgHints[] = {Hint.OptionLoc, Hint.ValueLoc,
H A DParsePragma.cpp620 Hint.ValueLoc =

Completed in 1458 milliseconds