| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 256 getTrailingObjects<DeviceTypeArgument>()); in OpenACCDeviceTypeClause() 271 getTrailingObjects<DeviceTypeArgument>(), NumArchs); in getArchitectures() 425 getTrailingObjects<Expr *>()); in OpenACCWaitClause() 427 getTrailingObjects<Expr *>() + 1); in OpenACCWaitClause() 429 MutableArrayRef(getTrailingObjects<Expr *>(), QueueIdExprs.size() + 1)); in OpenACCWaitClause() 463 getTrailingObjects<Expr *>()); in OpenACCNumGangsClause() 464 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), IntExprs.size())); in OpenACCNumGangsClause() 575 getTrailingObjects<Expr *>()); in OpenACCPrivateClause() 576 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), VarList.size())); in OpenACCPrivateClause() 597 getTrailingObjects<Expr *>()); in OpenACCFirstPrivateClause() [all …]
|
| H A D | ExprOpenMP.h | 45 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() 81 return llvm::ArrayRef(getTrailingObjects<Expr *>(), NumDims); in getDimensions() 86 return llvm::ArrayRef(getTrailingObjects<SourceRange>(), NumDims); in getBracketsRanges() 90 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() 91 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() 99 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() 104 reinterpret_cast<Stmt *const *>(getTrailingObjects<Expr *>()); in children() 287 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() 293 reinterpret_cast<Stmt *const *>(getTrailingObjects<Expr *>()); in children()
|
| H A D | Stmt.h | 1625 *getTrailingObjects<FPOptionsOverride>() = F; 1658 return *getTrailingObjects<FPOptionsOverride>(); 1670 body_iterator body_begin() { return getTrailingObjects<Stmt *>(); } 1686 return getTrailingObjects<Stmt *>(); 1880 return caseStmtIsGNURange() ? *getTrailingObjects<SourceLocation>() 1890 *getTrailingObjects<SourceLocation>() = L; 1894 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[lhsOffset()]); 1898 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[lhsOffset()]); 1902 getTrailingObjects<Stmt *>()[lhsOffset()] = reinterpret_cast<Stmt *>(Val); 1907 getTrailingObjects<Stmt *>()[rhsOffset()]) [all …]
|
| H A D | StmtOpenACC.h | 145 getTrailingObjects<const OpenACCClause *>(), 146 getTrailingObjects<const OpenACCClause *>() + NumClauses); 147 setClauseList(MutableArrayRef(getTrailingObjects<const OpenACCClause *>(), 163 getTrailingObjects<const OpenACCClause *>()); in OpenACCComputeConstruct() 165 setClauseList(MutableArrayRef(getTrailingObjects<const OpenACCClause *>(), in OpenACCComputeConstruct()
|
| H A D | Expr.h | 1095 return *getTrailingObjects<uint64_t>(); in Int64Result() 1103 return *getTrailingObjects<APValue>(); in APValueResult() 1355 return *getTrailingObjects<NestedNameSpecifierLoc>(); in getQualifierLoc() 1371 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl() 1377 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl() 1389 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->TemplateKWLoc; in getTemplateKeywordLoc() 1397 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->LAngleLoc; in getLAngleLoc() 1405 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc() 1420 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 1421 getTrailingObjects<TemplateArgumentLoc>(), List); in copyTemplateArgumentsInto() [all …]
|
| H A D | ExprCXX.h | 1291 *getTrailingObjects<Expr *>() = RewrittenExpr; in CXXDefaultArgExpr() 1324 return hasRewrittenInit() ? *getTrailingObjects<Expr *>() : nullptr; in getRewrittenExpr() 1422 return *getTrailingObjects<Expr *>(); in getRewrittenExpr() 1429 return *getTrailingObjects<Expr *>(); in getRewrittenExpr() 1983 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() 1984 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() 2358 cast_or_null<Expr>(getTrailingObjects<Stmt *>()[arraySizeOffset()])) in getArraySize() 2372 cast_or_null<Expr>(getTrailingObjects<Stmt *>()[arraySizeOffset()])) in getArraySize() 2383 return reinterpret_cast<Expr **>(getTrailingObjects<Stmt *>() + in getPlacementArgs() 2397 return isParenTypeId() ? getTrailingObjects<SourceRange>()[0] in getTypeIdParens() [all …]
|
| H A D | DeclFriend.h | 90 getTrailingObjects<TemplateParameterList *>()[i] = FriendTypeTPLists[i]; in FriendDecl() 132 return getTrailingObjects<TemplateParameterList *>()[N]; in getFriendTypeTemplateParameterList() 164 : getTrailingObjects<TemplateParameterList *>()[0] in getSourceRange()
|
| H A D | ExprObjC.h | 220 Expr **getElements() { return getTrailingObjects<Expr *>(); } in getElements() 224 return getTrailingObjects<Expr *>(); in getElements() 364 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index]; in getKeyValueElement() 369 getTrailingObjects<ExpansionData>()[Index]; in getKeyValueElement() 392 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()), in children() 393 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) + in children() 1063 void *getReceiverPointer() const { return *getTrailingObjects<void *>(); } in getReceiverPointer() 1067 *getTrailingObjects<void *>() = Value; in setReceiverPointer() 1081 return getTrailingObjects<SourceLocation>(); in getStoredSelLocs() 1084 return getTrailingObjects<SourceLocation>(); in getStoredSelLocs() [all …]
|
| H A D | DeclGroup.h | 42 return getTrailingObjects<Decl *>()[i]; 47 return getTrailingObjects<Decl *>()[i];
|
| H A D | StmtCXX.h | 83 Stmt *const *getStmts() const { return getTrailingObjects<Stmt *>(); } in getStmts() 84 Stmt **getStmts() { return getTrailingObjects<Stmt *>(); } in getStmts() 342 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() 344 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts()
|
| H A D | ASTConcept.h | 96 return getTrailingObjects<UnsatisfiedConstraintRecord>(); in begin() 100 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
|
| H A D | DeclTemplate.h | 131 iterator begin() { return getTrailingObjects<NamedDecl *>(); } in begin() 132 const_iterator begin() const { return getTrailingObjects<NamedDecl *>(); } in begin() 181 return HasRequiresClause ? getTrailingObjects<Expr *>()[0] : nullptr; in getRequiresClause() 186 return HasRequiresClause ? getTrailingObjects<Expr *>()[0] : nullptr; in getRequiresClause() 284 return getTrailingObjects<TemplateArgument>(); in data() 502 getTrailingObjects<MemberSpecializationInfo *>()[0] = MSInfo; in FunctionTemplateSpecializationInfo() 595 ? getTrailingObjects<MemberSpecializationInfo *>()[0] in getMemberSpecializationInfo() 709 return {getTrailingObjects<FunctionTemplateDecl *>(), NumCandidates}; in getCandidates() 1318 return TypeConstraintInitialized ? getTrailingObjects<TypeConstraint>() : 1519 getTrailingObjects<std::pair<QualType, TypeSourceInfo *>>(); [all …]
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 75 getTrailingObjects<const OpenACCClause *>(), 76 getTrailingObjects<const OpenACCClause *>() + NumClauses); 78 MutableArrayRef(getTrailingObjects<const OpenACCClause *>(), NumClauses)); 93 getTrailingObjects<const OpenACCClause *>()); in OpenACCLoopConstruct() 95 setClauseList(MutableArrayRef(getTrailingObjects<const OpenACCClause *>(), in OpenACCLoopConstruct()
|
| H A D | Expr.cpp | 334 ::new (getTrailingObjects<APValue>()) APValue(); in ConstantExpr() 364 ::new (getTrailingObjects<APValue>()) APValue(); in ConstantExpr() 461 new (getTrailingObjects<NestedNameSpecifierLoc>()) in DeclRefExpr() 465 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr() 474 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DeclRefExpr() 475 TemplateKWLoc, *TemplateArgs, getTrailingObjects<TemplateArgumentLoc>(), in DeclRefExpr() 480 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DeclRefExpr() 1170 *getTrailingObjects<unsigned>() = Length; in StringLiteral() 1174 std::memcpy(getTrailingObjects<SourceLocation>(), Loc, in StringLiteral() 1178 std::memcpy(getTrailingObjects<char>(), Str.data(), Str.size()); in StringLiteral() [all …]
|
| H A D | ExprCXX.cpp | 259 getTrailingObjects<Stmt *>()[arraySizeOffset()] = *ArraySize; in CXXNewExpr() 261 getTrailingObjects<Stmt *>()[initExprOffset()] = Initializer; in CXXNewExpr() 263 getTrailingObjects<Stmt *>()[placementNewArgsOffset() + I] = in CXXNewExpr() 266 getTrailingObjects<SourceRange>()[0] = TypeIdParens; in CXXNewExpr() 523 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DependentScopeDeclRefExpr() 524 TemplateKWLoc, *Args, getTrailingObjects<TemplateArgumentLoc>(), Deps); in DependentScopeDeclRefExpr() 526 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DependentScopeDeclRefExpr() 775 E->getTrailingObjects<CXXBaseSpecifier *>()); in Create() 803 E->getTrailingObjects<CXXBaseSpecifier *>()); in Create() 866 E->getTrailingObjects<CXXBaseSpecifier *>()); in Create() [all …]
|
| H A D | ASTConcept.cpp | 46 getTrailingObjects<UnsatisfiedConstraintRecord>() + I); 57 getTrailingObjects<UnsatisfiedConstraintRecord>() + I);
|
| H A D | DeclGroup.cpp | 32 getTrailingObjects<Decl *>()); in DeclGroup()
|
| H A D | ExprConcepts.cpp | 152 getTrailingObjects<ParmVarDecl *>()); in RequiresExpr() 154 getTrailingObjects<concepts::Requirement *>()); in RequiresExpr()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 203 char *TrailingString = getTrailingObjects<char>(); in AttributeImpl() 212 return StringRef(getTrailingObjects<char>(), KindSize); in getStringKind() 215 return StringRef(getTrailingObjects<char>() + KindSize + 1, ValSize); in getStringValue() 257 ConstantRange *TrailingCR = getTrailingObjects<ConstantRange>(); in ConstantRangeListAttributeImpl() 262 ConstantRange *TrailingCR = getTrailingObjects<ConstantRange>(); in ~ConstantRangeListAttributeImpl() 268 return ArrayRef(getTrailingObjects<ConstantRange>(), Size); in getConstantRangeListValue() 352 iterator begin() const { return getTrailingObjects<Attribute>(); } in begin() 406 iterator begin() const { return getTrailingObjects<AttributeSet>(); } in begin()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 183 Result->getTrailingObjects<MachineMemOperand *>()); 188 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol; 190 Result->getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] = 193 Result->getTrailingObjects<MDNode *>()[MDNodeIdx++] = HeapAllocMarker; 195 Result->getTrailingObjects<MDNode *>()[MDNodeIdx++] = PCSections; 197 Result->getTrailingObjects<uint32_t>()[0] = CFIType; 199 Result->getTrailingObjects<MDNode *>()[MDNodeIdx++] = MMRAs; 205 return ArrayRef(getTrailingObjects<MachineMemOperand *>(), NumMMOs); in getMMOs() 209 return HasPreInstrSymbol ? getTrailingObjects<MCSymbol *>()[0] : nullptr; in getPreInstrSymbol() 214 ? getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] in getPostInstrSymbol() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 202 ArgsUnion *getArgsBuffer() { return getTrailingObjects<ArgsUnion>(); } in getArgsBuffer() 204 return getTrailingObjects<ArgsUnion>(); in getArgsBuffer() 208 return getTrailingObjects<detail::AvailabilityData>(); in getAvailabilityData() 211 return getTrailingObjects<detail::AvailabilityData>(); in getAvailabilityData() 317 return *getTrailingObjects<detail::TypeTagForDatatypeData>(); in getTypeTagForDatatypeDataSlot() 320 return *getTrailingObjects<detail::TypeTagForDatatypeData>(); in getTypeTagForDatatypeDataSlot() 325 ParsedType &getTypeBuffer() { return *getTrailingObjects<ParsedType>(); } in getTypeBuffer() 327 return *getTrailingObjects<ParsedType>(); in getTypeBuffer() 334 return *getTrailingObjects<detail::PropertyData>(); in getPropertyDataBuffer() 338 return *getTrailingObjects<detail::PropertyData>(); in getPropertyDataBuffer()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
| H A D | BTF.h | 307 const Type &Accessor() const { return *getTrailingObjects<Type>(); } 313 return ArrayRef<Type>(getTrailingObjects<Type>(), getVlen()); \
|
| /src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 257 return ArrayRef(getTrailingObjects<Record *>(), NumClasses); in getClasses() 626 return getTrailingObjects<Init *>()[Bit]; in getBit() 773 return getTrailingObjects<Init *>()[i]; in getElement() 795 return ArrayRef(getTrailingObjects<Init *>(), NumValues); in getValues() 798 const_iterator begin() const { return getTrailingObjects<Init *>(); } in begin() 1090 return getTrailingObjects<Init *>()[Num]; in getCond() 1095 return getTrailingObjects<Init *>()[Num+NumConds]; in getVal() 1099 return ArrayRef(getTrailingObjects<Init *>(), NumConds); in getConds() 1103 return ArrayRef(getTrailingObjects<Init *>() + NumConds, NumConds); in getVals() 1378 return getTrailingObjects<ArgumentInit *>()[i]; in getArg() [all …]
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 619 new (E->getTrailingObjects<NestedNameSpecifierLoc>()) in VisitDeclRefExpr() 623 *E->getTrailingObjects<NamedDecl *>() = readDeclAs<NamedDecl>(); in VisitDeclRefExpr() 627 *E->getTrailingObjects<ASTTemplateKWAndArgsInfo>(), in VisitDeclRefExpr() 628 E->getTrailingObjects<TemplateArgumentLoc>(), NumTemplateArgs); in VisitDeclRefExpr() 714 E->getTrailingObjects<Stmt *>()[I] = Record.readSubStmt(); in VisitParenListExpr() 845 E->getTrailingObjects<ParmVarDecl *>()); in VisitRequiresExpr() 935 E->getTrailingObjects<concepts::Requirement *>()); in VisitRequiresExpr() 1064 new (E->getTrailingObjects<NestedNameSpecifierLoc>()) in VisitMemberExpr() 1070 *E->getTrailingObjects<DeclAccessPair>() = DeclAccessPair::make(FoundD, AS); in VisitMemberExpr() 1075 *E->getTrailingObjects<ASTTemplateKWAndArgsInfo>(), in VisitMemberExpr() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 623 return getTrailingObjects<ArgInfo>(); in getArgsBuffer() 626 return getTrailingObjects<ArgInfo>(); in getArgsBuffer() 630 return getTrailingObjects<ExtParameterInfo>(); in getExtParameterInfosBuffer() 633 return getTrailingObjects<ExtParameterInfo>(); in getExtParameterInfosBuffer()
|