Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1904 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local 1929 ColonLocSecond = 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 | 4924 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument 4971 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 5106 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|
| H A D | TreeTransform.h | 2561 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument 2565 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5316 SourceLocation ColonLocSecond,
|