Searched refs:LBracketLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 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() 173 SourceLocation LBracketLoc, in CreateArrayRangeDesignator() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 2369 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, in OffsetOfNode() argument 2371 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {} in OffsetOfNode() 5136 SourceLocation LBracketLoc; member 5145 ArrayOrRangeDesignatorInfo(unsigned Index, SourceLocation LBracketLoc, in ArrayOrRangeDesignatorInfo() 5147 : Index(Index), LBracketLoc(LBracketLoc), RBracketLoc(RBracketLoc) {} in ArrayOrRangeDesignatorInfo() 5150 SourceLocation LBracketLoc, in ArrayOrRangeDesignatorInfo() 5153 : Index(Index), LBracketLoc(LBracketLoc), EllipsisLoc(EllipsisLoc), in ArrayOrRangeDesignatorInfo() 5224 SourceLocation LBracketLoc, in CreateArrayDesignator() argument 5227 new (&D.ArrayOrRangeInfo) ArrayOrRangeDesignatorInfo(Index, LBracketLoc, in CreateArrayDesignator() 5234 SourceLocation LBracketLoc, in CreateArrayRangeDesignator() argument [all …]
|
| H A D | TypeLoc.h | 1517 SourceLocation LBracketLoc, RBracketLoc; member 1528 return getLocalData()->LBracketLoc; in getLBracketLoc() 1532 getLocalData()->LBracketLoc = Loc; in setLBracketLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1262 SourceLocation LBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1265 LBracketLoc, in VisitDesignatedInitExpr() 1272 SourceLocation LBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1276 Index, LBracketLoc, EllipsisLoc, RBracketLoc)); in VisitDesignatedInitExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2736 SourceLocation LBracketLoc, in RebuildArraySubscriptExpr() argument 2740 LBracketLoc, RHS, in RebuildArraySubscriptExpr() 2759 ExprResult RebuildOMPArraySectionExpr(Expr *Base, SourceLocation LBracketLoc, in RebuildOMPArraySectionExpr() argument 2765 return getSema().ActOnOMPArraySectionExpr(Base, LBracketLoc, LowerBound, in RebuildOMPArraySectionExpr()
|
| H A D | SemaExpr.cpp | 20168 SourceLocation LBracketLoc = ASE->getBeginLoc(); // FIXME: Not stored. in rebuildPotentialResultsAsNonOdrUsed() local 20169 return S.ActOnArraySubscriptExpr(nullptr, LHS, LBracketLoc, RHS, in rebuildPotentialResultsAsNonOdrUsed()
|