Searched refs:DirectInitRange (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1136 SourceRange DirectInitRange; in ActOnCXXNew() local 1138 DirectInitRange = List->getSourceRange(); in ActOnCXXNew() 1148 DirectInitRange, in ActOnCXXNew() 1181 SourceRange DirectInitRange, in BuildCXXNew() argument 1188 if (DirectInitRange.isValid()) { in BuildCXXNew() 1512 DirectInitRange.getBegin(), in BuildCXXNew() 1513 DirectInitRange.getEnd()); in BuildCXXNew() 1566 Range, DirectInitRange); in BuildCXXNew()
|
| H A D | TreeTransform.h | 2330 SourceRange DirectInitRange, in RebuildCXXNewExpr() argument 2340 DirectInitRange, in RebuildCXXNewExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 151 Range(Range), DirectInitRange(directInitRange), in CXXNewExpr() 190 this->Range.setEnd(DirectInitRange.getEnd()); break; in CXXNewExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1635 SourceRange DirectInitRange; variable 1786 SourceRange getDirectInitRange() const { return DirectInitRange; } in getDirectInitRange()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1359 E->DirectInitRange = ReadSourceRange(Record, Idx); in VisitCXXNewExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4472 SourceRange DirectInitRange,
|