Lines Matching refs:getTrailingObjects
324 ::new (getTrailingObjects<APValue>()) APValue(); in ConstantExpr()
354 ::new (getTrailingObjects<APValue>()) APValue(); in ConstantExpr()
451 new (getTrailingObjects<NestedNameSpecifierLoc>()) in DeclRefExpr()
455 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
464 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DeclRefExpr()
465 TemplateKWLoc, *TemplateArgs, getTrailingObjects<TemplateArgumentLoc>(), in DeclRefExpr()
470 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DeclRefExpr()
1140 *getTrailingObjects<unsigned>() = Length; in StringLiteral()
1144 std::memcpy(getTrailingObjects<SourceLocation>(), Loc, in StringLiteral()
1148 std::memcpy(getTrailingObjects<char>(), Str.data(), Str.size()); in StringLiteral()
1158 *getTrailingObjects<unsigned>() = Length; in StringLiteral()
1725 E->getTrailingObjects<MemberExprNameQualifier>(); in Create()
1737 E->getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in Create()
1739 E->getTrailingObjects<TemplateArgumentLoc>(), TemplateArgDeps); in Create()
1744 E->getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in Create()
2001 return static_cast<Type *>(this)->getTrailingObjects<CXXBaseSpecifier *>(); in path_buffer()
2034 ->getTrailingObjects<FPOptionsOverride>(); in getTrailingFPFeatures()
2037 ->getTrailingObjects<FPOptionsOverride>(); in getTrailingFPFeatures()
2040 ->getTrailingObjects<FPOptionsOverride>(); in getTrailingFPFeatures()
2043 ->getTrailingObjects<FPOptionsOverride>(); in getTrailingFPFeatures()
2067 E->getTrailingObjects<CXXBaseSpecifier *>()); in Create()
2094 E->getTrailingObjects<CXXBaseSpecifier *>()); in Create()
4319 getTrailingObjects<Stmt *>()[getIndexOfControllingExpression()] = in GenericSelectionExpr()
4322 getTrailingObjects<Stmt *>() + getIndexOfStartOfAssociatedExprs()); in GenericSelectionExpr()
4324 getTrailingObjects<TypeSourceInfo *>() + in GenericSelectionExpr()
4347 getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()] = in GenericSelectionExpr()
4350 getTrailingObjects<Stmt *>() + getIndexOfStartOfAssociatedExprs()); in GenericSelectionExpr()
4352 getTrailingObjects<TypeSourceInfo *>() + in GenericSelectionExpr()
4372 getTrailingObjects<Stmt *>()[getIndexOfControllingExpression()] = in GenericSelectionExpr()
4375 getTrailingObjects<Stmt *>() + getIndexOfStartOfAssociatedExprs()); in GenericSelectionExpr()
4377 getTrailingObjects<TypeSourceInfo *>() + in GenericSelectionExpr()
4397 getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()] = in GenericSelectionExpr()
4400 getTrailingObjects<Stmt *>() + getIndexOfStartOfAssociatedExprs()); in GenericSelectionExpr()
4402 getTrailingObjects<TypeSourceInfo *>() + in GenericSelectionExpr()
4646 getTrailingObjects<Stmt *>()[I] = Exprs[I]; in ParenListExpr()
5032 llvm::copy(SubExprs, getTrailingObjects<Expr *>()); in RecoveryExpr()
5055 llvm::copy(Dims, getTrailingObjects<Expr *>()); in setDimensions()
5062 llvm::copy(BR, getTrailingObjects<SourceRange>()); in setBracketsRanges()
5101 getTrailingObjects<Decl *>()[I] = D; in setIteratorDeclaration()
5107 getTrailingObjects< in setAssignmentLoc()
5118 getTrailingObjects<Expr *>()[I * static_cast<int>(RangeExprOffset::Total) + in setIteratorRange()
5121 getTrailingObjects<Expr *>()[I * static_cast<int>(RangeExprOffset::Total) + in setIteratorRange()
5123 getTrailingObjects<Expr *>()[I * static_cast<int>(RangeExprOffset::Total) + in setIteratorRange()
5125 getTrailingObjects< in setIteratorRange()
5129 getTrailingObjects< in setIteratorRange()
5136 return getTrailingObjects<Decl *>()[I]; in getIteratorDecl()
5142 getTrailingObjects<Expr *>()[I * static_cast<int>( in getIteratorRange()
5146 getTrailingObjects<Expr *>()[I * static_cast<int>( in getIteratorRange()
5150 getTrailingObjects<Expr *>()[I * static_cast<int>( in getIteratorRange()
5157 return getTrailingObjects< in getAssignLoc()
5163 return getTrailingObjects< in getColonLoc()
5169 return getTrailingObjects< in getSecondColonLoc()
5175 getTrailingObjects<OMPIteratorHelperData>()[I] = D; in setHelper()
5179 return getTrailingObjects<OMPIteratorHelperData>()[I]; in getHelper()
5183 return getTrailingObjects<OMPIteratorHelperData>()[I]; in getHelper()