Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 60 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 D | ParseExpr.cpp | 1939 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 D | SemaExpr.cpp | 5096 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument 5142 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 5276 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|
| H A D | TreeTransform.h | 2705 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument 2709 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5740 SourceLocation ColonLocSecond,
|