Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h164 SourceLocation ColonLoc, SecondColonLoc; member
184 SecondColonLoc = 2, enumerator
215 Expr *End, SourceLocation SecondColonLoc, Expr *Step);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5298 SourceLocation SecondColonLoc, in setIteratorRange() argument
5315 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
5316 SecondColonLoc; in setIteratorRange()
5355 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
5382 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp24611 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()