Searched refs:LBracketLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Designator.h | 60 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 …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 2453 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, in OffsetOfNode() argument 2455 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {} in OffsetOfNode() 5552 SourceLocation LBracketLoc; member 5561 ArrayOrRangeDesignatorInfo(unsigned Index, SourceLocation LBracketLoc, in ArrayOrRangeDesignatorInfo() 5563 : Index(Index), LBracketLoc(LBracketLoc), RBracketLoc(RBracketLoc) {} in ArrayOrRangeDesignatorInfo() 5566 SourceLocation LBracketLoc, in ArrayOrRangeDesignatorInfo() 5569 : Index(Index), LBracketLoc(LBracketLoc), EllipsisLoc(EllipsisLoc), in ArrayOrRangeDesignatorInfo() 5640 SourceLocation LBracketLoc, in CreateArrayDesignator() argument 5643 new (&D.ArrayOrRangeInfo) ArrayOrRangeDesignatorInfo(Index, LBracketLoc, in CreateArrayDesignator() 5650 SourceLocation LBracketLoc, in CreateArrayRangeDesignator() argument [all …]
|
| H A D | TypeLoc.h | 1609 SourceLocation LBracketLoc, RBracketLoc; member 1620 return getLocalData()->LBracketLoc; in getLBracketLoc() 1624 getLocalData()->LBracketLoc = Loc; in setLBracketLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1273 SourceLocation LBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1276 LBracketLoc, in VisitDesignatedInitExpr() 1283 SourceLocation LBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1287 Index, LBracketLoc, EllipsisLoc, RBracketLoc)); in VisitDesignatedInitExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2796 SourceLocation LBracketLoc, in RebuildArraySubscriptExpr() argument 2800 LBracketLoc, RHS, in RebuildArraySubscriptExpr() 2820 SourceLocation LBracketLoc, in RebuildArraySectionExpr() argument 2828 Base, LBracketLoc, LowerBound, ColonLocFirst, ColonLocSecond, Length, in RebuildArraySectionExpr() 2835 Base, LBracketLoc, LowerBound, ColonLocFirst, Length, RBracketLoc); in RebuildArraySectionExpr()
|
| H A D | SemaExpr.cpp | 19645 SourceLocation LBracketLoc = ASE->getBeginLoc(); // FIXME: Not stored. in rebuildPotentialResultsAsNonOdrUsed() local 19646 return S.ActOnArraySubscriptExpr(nullptr, LHS, LBracketLoc, RHS, in rebuildPotentialResultsAsNonOdrUsed()
|