Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h306 AssignLoc = 0, enumerator
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4212 SourceLocation AssignLoc; in ParseOpenMPIteratorsExpr() local
4214 AssignLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4265 D.AssignLoc = AssignLoc; in ParseOpenMPIteratorsExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp5002 static_cast<int>(RangeLocOffset::AssignLoc)] = Loc; in setAssignmentLoc()
5052 static_cast<int>(RangeLocOffset::AssignLoc)]; in getAssignLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp574 SourceLocation AssignLoc, in DiagnoseDirectIsaAccess() argument
606 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
5464 IDElem.AssignmentLoc = D.AssignLoc; in ActOnOMPIteratorExpr()
H A DTreeTransform.h11186 Data[I].AssignLoc = E->getAssignLoc(I); in TransformOMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5754 SourceLocation AssignLoc; member