Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h288 SourceLocation ColonLoc, SecondColonLoc; member
308 SecondColonLoc = 2, enumerator
339 Expr *End, SourceLocation SecondColonLoc, Expr *Step);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4810 SourceLocation SecondColonLoc, in setIteratorRange() argument
4827 static_cast<int>(RangeLocOffset::SecondColonLoc)] = in setIteratorRange()
4828 SecondColonLoc; in setIteratorRange()
4867 static_cast<int>(RangeLocOffset::SecondColonLoc)]; in getSecondColonLoc()
4894 D.SecondColonLoc, D.Range.Step); in OMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5257 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()