Home
last modified time | relevance | path

Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1692 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local
1751 ColonLocSecond = ConsumeToken(); in ParsePostfixExpressionSuffix()
1761 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix()
1767 assert(!Stride.isUsable() && !ColonLocSecond.isValid() && in ParsePostfixExpressionSuffix()
1775 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7104 SourceLocation ColonLocSecond; variable
7111 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, in ArraySectionExpr() argument
7114 ColonLocFirst(ColonLocFirst), ColonLocSecond(ColonLocSecond), in ArraySectionExpr()
7185 return ColonLocSecond; in getColonLocSecond()
7227 ColonLocSecond = L; in setColonLocSecond()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1408 SourceLocation ColonLocSecond,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2823 SourceLocation ColonLocSecond, in RebuildArraySectionExpr() argument
2828 Base, LBracketLoc, LowerBound, ColonLocFirst, ColonLocSecond, Length, in RebuildArraySectionExpr()
2831 assert(Stride == nullptr && !ColonLocSecond.isValid() && in RebuildArraySectionExpr()
H A DSemaOpenMP.cpp24231 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, in ActOnOMPArraySectionExpr() argument
24277 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
24412 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()