Home
last modified time | relevance | path

Searched refs:ColonLocFirst (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1692 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local
1731 ColonLocFirst = ConsumeToken(); in ParsePostfixExpressionSuffix()
1739 ColonLocFirst = ConsumeToken(); in ParsePostfixExpressionSuffix()
1761 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix()
1771 ColonLocFirst, Length.get(), RLoc); in ParsePostfixExpressionSuffix()
1775 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7103 SourceLocation ColonLocFirst; variable
7111 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, in ArraySectionExpr() argument
7114 ColonLocFirst(ColonLocFirst), ColonLocSecond(ColonLocSecond), in ArraySectionExpr()
7128 ColonLocFirst(ColonLoc), RBracketLoc(RBracketLoc) { in ArraySectionExpr()
7181 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst()
7222 void setColonLocFirst(SourceLocation L) { ColonLocFirst = L; } in setColonLocFirst()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h919 SourceLocation ColonLocFirst, Expr *Length,
H A DSemaOpenMP.h1407 SourceLocation ColonLocFirst,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp24231 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, in ActOnOMPArraySectionExpr() argument
24277 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
24378 } else if (ColonLocFirst.isValid() && in ActOnOMPArraySectionExpr()
24384 Diag(ColonLocFirst, diag::err_omp_section_length_undefined) in ActOnOMPArraySectionExpr()
24412 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
H A DTreeTransform.h2822 SourceLocation ColonLocFirst, in RebuildArraySectionExpr() argument
2828 Base, LBracketLoc, LowerBound, ColonLocFirst, ColonLocSecond, Length, in RebuildArraySectionExpr()
2835 Base, LBracketLoc, LowerBound, ColonLocFirst, Length, RBracketLoc); in RebuildArraySectionExpr()