Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h60 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 DParseExpr.cpp1970 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 DSemaExpr.cpp5345 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument
5391 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
5525 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
H A DTreeTransform.h2762 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument
2766 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5894 SourceLocation ColonLocSecond,