Searched refs:ColonLocFirst (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1904 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local 1918 ColonLocFirst = ConsumeToken(); in ParsePostfixExpressionSuffix() 1944 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix() 1946 LHS.get(), Loc, Idx.get(), ColonLocFirst, ColonLocSecond, in ParsePostfixExpressionSuffix()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 4923 SourceLocation ColonLocFirst, in ActOnOMPArraySectionExpr() argument 4971 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 5071 } else if (ColonLocFirst.isValid() && in ActOnOMPArraySectionExpr() 5077 Diag(ColonLocFirst, diag::err_omp_section_length_undefined) in ActOnOMPArraySectionExpr() 5106 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|
| H A D | TreeTransform.h | 2560 SourceLocation ColonLocFirst, in RebuildOMPArraySectionExpr() argument 2565 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5315 SourceLocation ColonLocFirst,
|