Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h390 SourceLocation getAssignLoc(unsigned I) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp835 Record.AddSourceLocation(E->getAssignLoc(I)); in VisitOMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4852 SourceLocation OMPIteratorExpr::getAssignLoc(unsigned I) const { in getAssignLoc() function in OMPIteratorExpr
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10683 Data[I].AssignLoc = E->getAssignLoc(I); in TransformOMPIteratorExpr()