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.cpp2037 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local
2079 ColonLocFirst = ConsumeToken(); in ParsePostfixExpressionSuffix()
2087 ColonLocFirst = ConsumeToken(); in ParsePostfixExpressionSuffix()
2112 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix()
2122 ColonLocFirst, Length.get(), RLoc); in ParsePostfixExpressionSuffix()
2126 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h443 SourceLocation ColonLocFirst, Expr *Length,
H A DSemaOpenMP.h1337 SourceLocation ColonLocFirst,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6935 SourceLocation ColonLocFirst; variable
6943 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, in ArraySectionExpr() argument
6946 ColonLocFirst(ColonLocFirst), ColonLocSecond(ColonLocSecond), in ArraySectionExpr()
6960 ColonLocFirst(ColonLoc), RBracketLoc(RBracketLoc) { in ArraySectionExpr()
7013 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst()
7054 void setColonLocFirst(SourceLocation L) { ColonLocFirst = L; } in setColonLocFirst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23248 SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, in ActOnOMPArraySectionExpr() argument
23294 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
23395 } else if (ColonLocFirst.isValid() && in ActOnOMPArraySectionExpr()
23401 Diag(ColonLocFirst, diag::err_omp_section_length_undefined) in ActOnOMPArraySectionExpr()
23429 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
H A DTreeTransform.h2789 SourceLocation ColonLocFirst, in RebuildArraySectionExpr() argument
2795 Base, LBracketLoc, LowerBound, ColonLocFirst, ColonLocSecond, Length, in RebuildArraySectionExpr()
2802 Base, LBracketLoc, LowerBound, ColonLocFirst, Length, RBracketLoc); in RebuildArraySectionExpr()