Home
last modified time | relevance | path

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

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