Searched defs:ValueLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DLoopHint.h25 IdentifierLoc *ValueLoc; member in struct:clang::LoopHint
/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

Completed in 146 milliseconds