Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h334 void setAssignmentLoc(unsigned I, SourceLocation Loc);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4871 void OMPIteratorExpr::setAssignmentLoc(unsigned I, SourceLocation Loc) { in setAssignmentLoc() function in OMPIteratorExpr
4963 setAssignmentLoc(I, D.AssignmentLoc); in OMPIteratorExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp989 E->setAssignmentLoc(I, readSourceLocation()); in VisitOMPIteratorExpr()