Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprOpenMP.h210 void setAssignmentLoc(unsigned I, SourceLocation Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp5195 void OMPIteratorExpr::setAssignmentLoc(unsigned I, SourceLocation Loc) { in setAssignmentLoc() function in OMPIteratorExpr
5287 setAssignmentLoc(I, D.AssignmentLoc); in OMPIteratorExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp999 E->setAssignmentLoc(I, readSourceLocation()); in VisitOMPIteratorExpr()