Home
last modified time | relevance | path

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

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