Home
last modified time | relevance | path

Searched refs:setAssignmentLoc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h334 void setAssignmentLoc(unsigned I, SourceLocation Loc);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4997 void OMPIteratorExpr::setAssignmentLoc(unsigned I, SourceLocation Loc) { in setAssignmentLoc() function in OMPIteratorExpr
5089 setAssignmentLoc(I, D.AssignmentLoc); in OMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp980 E->setAssignmentLoc(I, readSourceLocation()); in VisitOMPIteratorExpr()