Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h334 void setAssignmentLoc(unsigned I, SourceLocation Loc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4800 void OMPIteratorExpr::setAssignmentLoc(unsigned I, SourceLocation Loc) { in setAssignmentLoc() function in OMPIteratorExpr
4892 setAssignmentLoc(I, D.AssignmentLoc); in OMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp979 E->setAssignmentLoc(I, readSourceLocation()); in VisitOMPIteratorExpr()