Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1970 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local 2032 ColonLocSecond = ConsumeToken(); in ParsePostfixExpressionSuffix() 2044 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix() 2053 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), RLoc); in ParsePostfixExpressionSuffix()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 5345 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument 5391 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 5525 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|
| H A D | TreeTransform.h | 2762 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument 2766 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5894 SourceLocation ColonLocSecond,
|