Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h60 SourceLocation LBracketLoc; member
65 ArrayDesignatorInfo(Expr *Index, SourceLocation LBracketLoc) in ArrayDesignatorInfo()
66 : Index(Index), LBracketLoc(LBracketLoc) {} in ArrayDesignatorInfo()
75 SourceLocation LBracketLoc; member
83 ArrayRangeDesignatorInfo(Expr *Start, Expr *End, SourceLocation LBracketLoc, in ArrayRangeDesignatorInfo()
85 : Start(Start), End(End), LBracketLoc(LBracketLoc), in ArrayRangeDesignatorInfo()
143 SourceLocation LBracketLoc) { in CreateArrayDesignator() argument
145 new (&D.ArrayInfo) ArrayDesignatorInfo(Index, LBracketLoc); in CreateArrayDesignator()
157 return isArrayDesignator() ? ArrayInfo.LBracketLoc in getLBracketLoc()
158 : ArrayRangeInfo.LBracketLoc; in getLBracketLoc()
[all …]
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2403 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, in OffsetOfNode() argument
2405 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {} in OffsetOfNode()
5347 SourceLocation LBracketLoc; member
5356 ArrayOrRangeDesignatorInfo(unsigned Index, SourceLocation LBracketLoc, in ArrayOrRangeDesignatorInfo()
5358 : Index(Index), LBracketLoc(LBracketLoc), RBracketLoc(RBracketLoc) {} in ArrayOrRangeDesignatorInfo()
5361 SourceLocation LBracketLoc, in ArrayOrRangeDesignatorInfo()
5364 : Index(Index), LBracketLoc(LBracketLoc), EllipsisLoc(EllipsisLoc), in ArrayOrRangeDesignatorInfo()
5435 SourceLocation LBracketLoc, in CreateArrayDesignator() argument
5438 new (&D.ArrayOrRangeInfo) ArrayOrRangeDesignatorInfo(Index, LBracketLoc, in CreateArrayDesignator()
5445 SourceLocation LBracketLoc, in CreateArrayRangeDesignator() argument
[all …]
H A DTypeLoc.h1553 SourceLocation LBracketLoc, RBracketLoc; member
1564 return getLocalData()->LBracketLoc; in getLBracketLoc()
1568 getLocalData()->LBracketLoc = Loc; in setLBracketLoc()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1259 SourceLocation LBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1262 LBracketLoc, in VisitDesignatedInitExpr()
1269 SourceLocation LBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1273 Index, LBracketLoc, EllipsisLoc, RBracketLoc)); in VisitDesignatedInitExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2763 SourceLocation LBracketLoc, in RebuildArraySubscriptExpr() argument
2767 LBracketLoc, RHS, in RebuildArraySubscriptExpr()
2787 SourceLocation LBracketLoc, in RebuildArraySectionExpr() argument
2795 Base, LBracketLoc, LowerBound, ColonLocFirst, ColonLocSecond, Length, in RebuildArraySectionExpr()
2802 Base, LBracketLoc, LowerBound, ColonLocFirst, Length, RBracketLoc); in RebuildArraySectionExpr()
H A DSemaExpr.cpp19164 SourceLocation LBracketLoc = ASE->getBeginLoc(); // FIXME: Not stored. in rebuildPotentialResultsAsNonOdrUsed() local
19165 return S.ActOnArraySubscriptExpr(nullptr, LHS, LBracketLoc, RHS, in rebuildPotentialResultsAsNonOdrUsed()