Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h288 SourceLocation ColonLoc, SecondColonLoc; member
308 SecondColonLoc = 2, enumerator
339 Expr *End, SourceLocation SecondColonLoc, Expr *Step);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5114 SourceLocation SecondColonLoc, in setIteratorRange() argument
5131 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
5132 SecondColonLoc; in setIteratorRange()
5171 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
5198 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5718 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()