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.cpp5205 SourceLocation SecondColonLoc, in setIteratorRange() argument
5222 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
5223 SecondColonLoc; in setIteratorRange()
5262 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
5289 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23628 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()