Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h288 SourceLocation ColonLoc, SecondColonLoc; member
308 SecondColonLoc = 2, enumerator
339 Expr *End, SourceLocation SecondColonLoc, Expr *Step);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp5007 SourceLocation SecondColonLoc, in setIteratorRange() argument
5024 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
5025 SecondColonLoc; in setIteratorRange()
5064 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
5091 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5469 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()