Home
last modified time | relevance | path

Searched refs:AssignLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h182 AssignLoc = 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4255 SourceLocation AssignLoc; in ParseOpenMPIteratorsExpr() local
4257 AssignLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4308 D.AssignLoc = AssignLoc; in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1352 SourceLocation AssignLoc; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5200 static_cast<int>(RangeLocOffset::AssignLoc)] = Loc; in setAssignmentLoc()
5250 static_cast<int>(RangeLocOffset::AssignLoc)]; in getAssignLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp579 SourceLocation AssignLoc, in DiagnoseDirectIsaAccess() argument
611 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
H A DTreeTransform.h12255 Data[I].AssignLoc = E->getAssignLoc(I); in TransformOMPIteratorExpr()
H A DSemaOpenMP.cpp23623 IDElem.AssignmentLoc = D.AssignLoc; in ActOnOMPIteratorExpr()