Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h288 SourceLocation ColonLoc, SecondColonLoc; member
308 SecondColonLoc = 2, enumerator
339 Expr *End, SourceLocation SecondColonLoc, Expr *Step);
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4918 SourceLocation SecondColonLoc, in setIteratorRange() argument
4935 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
4936 SecondColonLoc; in setIteratorRange()
4975 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
5002 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5459 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()