Home
last modified time | relevance | path

Searched refs:ModifierLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h1754 SourceLocation ModifierLoc; variable
1773 OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, in OMPLinearClause() argument
1778 Modifier(Modifier), ModifierLoc(ModifierLoc), ColonLoc(ColonLoc) {} in OMPLinearClause()
1788 Modifier(OMPC_LINEAR_val), ModifierLoc(), ColonLoc() {} in OMPLinearClause()
1859 OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc,
1876 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc()
1878 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc()
/external/clang/lib/AST/
DOpenMPClause.cpp196 OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, in Create() argument
205 StartLoc, LParenLoc, Modifier, ModifierLoc, ColonLoc, EndLoc, VL.size()); in Create()
/external/llvm/lib/AsmParser/
DLLParser.cpp2885 LocTy ModifierLoc = Lex.getLoc(); in ParseValID() local
2910 return Error(ModifierLoc, "nuw only applies to integer operations"); in ParseValID()
2912 return Error(ModifierLoc, "nsw only applies to integer operations"); in ParseValID()
/external/clang/lib/Sema/
DTreeTransform.h1574 SourceLocation ModifierLoc, in RebuildOMPLinearClause() argument
1578 Modifier, ModifierLoc, ColonLoc, in RebuildOMPLinearClause()