Searched refs:DirectInitRange (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 237 SourceRange DirectInitRange) in CXXNewExpr() argument 241 DirectInitRange(DirectInitRange) { in CXXNewExpr() 271 this->Range.setEnd(DirectInitRange.getEnd()); in CXXNewExpr() 300 SourceRange DirectInitRange) { in Create() argument 312 Ty, AllocatedTypeInfo, Range, DirectInitRange); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2068 SourceRange DirectInitRange; in ActOnCXXNew() local 2070 DirectInitRange = List->getSourceRange(); in ActOnCXXNew() 2074 TypeIdParens, AllocType, TInfo, ArraySize, DirectInitRange, in ActOnCXXNew() 2135 SourceRange DirectInitRange, Expr *Initializer) { in BuildCXXNew() argument 2140 if (DirectInitRange.isValid()) { in BuildCXXNew() 2177 DirectInitRange.getBegin(), in BuildCXXNew() 2178 DirectInitRange.getEnd()); in BuildCXXNew() 2627 ResultType, AllocTypeInfo, Range, DirectInitRange); in BuildCXXNew()
|
| H A D | TreeTransform.h | 3457 SourceRange DirectInitRange, Expr *Initializer) { in RebuildCXXNewExpr() argument 3466 DirectInitRange, in RebuildCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2353 SourceRange DirectInitRange; variable 2392 SourceRange DirectInitRange); 2407 SourceRange DirectInitRange); 2589 SourceRange getDirectInitRange() const { return DirectInitRange; } in getDirectInitRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1950 E->DirectInitRange = readSourceRange(); in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8481 SourceRange DirectInitRange, Expr *Initializer);
|