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.cpp4194 SourceLocation AssignLoc; in ParseOpenMPIteratorsExpr() local
4196 AssignLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4244 D.AssignLoc = AssignLoc; in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1422 SourceLocation AssignLoc; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5293 static_cast<int>(RangeLocOffset::AssignLoc)] = Loc; in setAssignmentLoc()
5343 static_cast<int>(RangeLocOffset::AssignLoc)]; in getAssignLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp576 SourceLocation AssignLoc, in DiagnoseDirectIsaAccess() argument
608 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
H A DTreeTransform.h13373 Data[I].AssignLoc = E->getAssignLoc(I); in TransformOMPIteratorExpr()
H A DSemaOpenMP.cpp24606 IDElem.AssignmentLoc = D.AssignLoc; in ActOnOMPIteratorExpr()