Searched refs:ColonLocFirst (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 59 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 D | ParseExpr.cpp | 1939 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 D | SemaExpr.cpp | 5095 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 D | TreeTransform.h | 2704 SourceLocation ColonLocFirst, in RebuildOMPArraySectionExpr() argument 2709 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5739 SourceLocation ColonLocFirst,
|