Searched refs:ColonLocFirst (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1911 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local 1952 ColonLocFirst = ConsumeToken(); in ParsePostfixExpressionSuffix() 1977 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix() 1980 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), RLoc); in ParsePostfixExpressionSuffix()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 5090 SourceLocation ColonLocFirst, in ActOnOMPArraySectionExpr() argument 5137 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 5237 } else if (ColonLocFirst.isValid() && in ActOnOMPArraySectionExpr() 5243 Diag(ColonLocFirst, diag::err_omp_section_length_undefined) in ActOnOMPArraySectionExpr() 5271 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|
| H A D | TreeTransform.h | 2615 SourceLocation ColonLocFirst, in RebuildOMPArraySectionExpr() argument 2620 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5596 SourceLocation ColonLocFirst,
|