Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2037 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local 2100 ColonLocSecond = ConsumeToken(); in ParsePostfixExpressionSuffix() 2112 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix() 2118 assert(!Stride.isUsable() && !ColonLocSecond.isValid() && in ParsePostfixExpressionSuffix() 2126 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), in ParsePostfixExpressionSuffix()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 6936 SourceLocation ColonLocSecond; variable 6943 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, in ArraySectionExpr() argument 6946 ColonLocFirst(ColonLocFirst), ColonLocSecond(ColonLocSecond), in ArraySectionExpr() 7017 return ColonLocSecond; in getColonLocSecond() 7059 ColonLocSecond = L; in setColonLocSecond()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 1338 SourceLocation ColonLocSecond,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2790 SourceLocation ColonLocSecond, in RebuildArraySectionExpr() argument 2795 Base, LBracketLoc, LowerBound, ColonLocFirst, ColonLocSecond, Length, in RebuildArraySectionExpr() 2798 assert(Stride == nullptr && !ColonLocSecond.isValid() && in RebuildArraySectionExpr()
|
H A D | SemaOpenMP.cpp | 23248 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, in ActOnOMPArraySectionExpr() argument 23294 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 23429 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|