Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h288 SourceLocation ColonLoc, SecondColonLoc; member
308 SecondColonLoc = 2, enumerator
339 Expr *End, SourceLocation SecondColonLoc, Expr *Step);
/external/llvm-project/clang/lib/AST/
DExpr.cpp4734 SourceLocation SecondColonLoc, in setIteratorRange() argument
4751 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
4752 SecondColonLoc; in setIteratorRange()
4791 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
4818 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5223 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()