Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h306 AssignLoc = 0, enumerator
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp3295 SourceLocation AssignLoc; in ParseOpenMPIteratorsExpr() local
3297 AssignLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
3348 D.AssignLoc = AssignLoc; in ParseOpenMPIteratorsExpr()
/external/llvm-project/clang/lib/AST/
DExpr.cpp4729 static_cast<int>(RangeLocOffset::AssignLoc)] = Loc; in setAssignmentLoc()
4779 static_cast<int>(RangeLocOffset::AssignLoc)]; in getAssignLoc()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp567 SourceLocation AssignLoc, in DiagnoseDirectIsaAccess() argument
599 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
5218 IDElem.AssignmentLoc = D.AssignLoc; in ActOnOMPIteratorExpr()
DTreeTransform.h10445 Data[I].AssignLoc = E->getAssignLoc(I); in TransformOMPIteratorExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp575 SourceLocation AssignLoc, in DiagnoseDirectIsaAccess() argument
606 AssignLoc), ",") << in DiagnoseDirectIsaAccess()
/external/llvm-project/clang/include/clang/Sema/
DSema.h5138 SourceLocation AssignLoc; member