Searched refs:ColonLocSecond (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 60 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 D | ParseExpr.cpp | 1901 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 D | SemaExpr.cpp | 4887 SourceLocation ColonLocSecond, in ActOnOMPArraySectionExpr() argument 4934 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr() 5069 OK_Ordinary, ColonLocFirst, ColonLocSecond, RBLoc); in ActOnOMPArraySectionExpr()
|
| H A D | TreeTransform.h | 2540 SourceLocation ColonLocSecond, in RebuildOMPArraySectionExpr() argument 2544 ColonLocFirst, ColonLocSecond, in RebuildOMPArraySectionExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5267 SourceLocation ColonLocSecond,
|