Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1901 SourceLocation ColonLocFirst, ColonLocSecond; in ParsePostfixExpressionSuffix() local
1926 ColonLocSecond = ConsumeToken(); in ParsePostfixExpressionSuffix()
1941 if (ColonLocFirst.isValid() || ColonLocSecond.isValid()) { in ParsePostfixExpressionSuffix()
1943 LHS.get(), Loc, Idx.get(), ColonLocFirst, ColonLocSecond, in ParsePostfixExpressionSuffix()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4887 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument
4934 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
5069 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
H A DTreeTransform.h2540 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument
2544 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5267 SourceLocation ColonLocSecond,