Home
last modified time | relevance | path

Searched refs:getAssignLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h266 SourceLocation getAssignLoc(unsigned I) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp920 Record.AddSourceLocation(E->getAssignLoc(I)); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5247 SourceLocation OMPIteratorExpr::getAssignLoc(unsigned I) const { in getAssignLoc() function in OMPIteratorExpr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12255 Data[I].AssignLoc = E->getAssignLoc(I); in TransformOMPIteratorExpr()