Home
last modified time | relevance | path

Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h60 SourceLocation ColonLocSecond; variable
67 SourceLocation ColonLocSecond, SourceLocation RBracketLoc) in OMPArraySectionExpr() argument
69 ColonLocFirst(ColonLocFirst), ColonLocSecond(ColonLocSecond), in OMPArraySectionExpr()
121 SourceLocation getColonLocSecond() const { return ColonLocSecond; } in getColonLocSecond()
122 void setColonLocSecond(SourceLocation L) { ColonLocSecond = L; } in setColonLocSecond()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp1939 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local
1989 ColonLocSecond = ConsumeToken(); in ParsePostfixExpressionSuffix()
2001 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix()
2004 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), RLoc); in ParsePostfixExpressionSuffix()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5096 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument
5142 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
5276 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
H A DTreeTransform.h2705 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument
2709 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5740 SourceLocation ColonLocSecond,