Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h59 SourceLocation ColonLocFirst; variable
66 SourceLocation ColonLocFirst, in OMPArraySectionExpr() argument
69 ColonLocFirst(ColonLocFirst), ColonLocSecond(ColonLocSecond), in OMPArraySectionExpr()
118 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst()
119 void setColonLocFirst(SourceLocation L) { ColonLocFirst = L; } in setColonLocFirst()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp1939 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local
1976 ColonLocFirst = 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.cpp5095 SourceLocation ColonLocFirst, in ActOnOMPArraySectionExpr() argument
5142 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
5242 } else if (ColonLocFirst.isValid() && in ActOnOMPArraySectionExpr()
5248 Diag(ColonLocFirst, diag::err_omp_section_length_undefined) in ActOnOMPArraySectionExpr()
5276 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
H A DTreeTransform.h2704 SourceLocation ColonLocFirst, in RebuildOMPArraySectionExpr() argument
2709 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5739 SourceLocation ColonLocFirst,