Home
last modified time | relevance | path

Searched refs:getTrailingObjects (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1623 *getTrailingObjects<FPOptionsOverride>() = F; in setStoredFPFeatures()
1656 return *getTrailingObjects<FPOptionsOverride>(); in getStoredFPFeatures()
1679 return getTrailingObjects<Stmt *>(); in body_begin()
1883 *getTrailingObjects<SourceLocation>() = L; in setEllipsisLoc()
1941 return child_range(getTrailingObjects<Stmt *>(), in children()
1942 getTrailingObjects<Stmt *>() + in children()
2100 return getTrailingObjects<const Attr *>(); in getAttrArrayPtr()
2313 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
2564 return child_range(getTrailingObjects<Stmt *>(), in children()
2710 return child_range(getTrailingObjects<Stmt *>(), in children()
[all …]
H A DExprOpenMP.h169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase()
205 return llvm::ArrayRef(getTrailingObjects<Expr *>(), NumDims); in getDimensions()
210 return llvm::ArrayRef(getTrailingObjects<SourceRange>(), NumDims); in getBracketsRanges()
214 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } in getBase()
215 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } in getBase()
223 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children()
228 reinterpret_cast<Stmt *const *>(getTrailingObjects<Expr *>()); in children()
411 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children()
417 reinterpret_cast<Stmt *const *>(getTrailingObjects<Expr *>()); in children()
H A DExpr.h1078 return *getTrailingObjects<uint64_t>(); in Int64Result()
1086 return *getTrailingObjects<APValue>(); in APValueResult()
1982 *getTrailingObjects<Stmt *>() = SL; in setFunctionName()
2504 return getTrailingObjects<Expr *>()[Idx]; in getIndexExpr()
2509 return getTrailingObjects<Expr *>()[Idx]; in getIndexExpr()
2514 getTrailingObjects<Expr *>()[Idx] = E; in setIndexExpr()
5352 getTrailingObjects<Stmt *>()[Idx] = E; in setSubExpr()
6011 getTrailingObjects< in getAssociation()
6022 getTrailingObjects< in getAssociation()
6290 return getTrailingObjects<Expr *>(); in getSubExprsBuffer()
[all …]
H A DExprCXX.h1277 *getTrailingObjects<Expr *>() = RewrittenExpr; in CXXDefaultArgExpr()
1408 return *getTrailingObjects<Expr *>(); in getRewrittenExpr()
1415 return *getTrailingObjects<Expr *>(); in getRewrittenExpr()
2455 return getTrailingObjects<Stmt *>(); in raw_arg_begin()
3383 return getTrailingObjects<TemplateArgumentLoc>(); in getTemplateArgs()
3778 return *getTrailingObjects<NamedDecl *>(); in getFirstQualifierFoundInScope()
3838 return getTrailingObjects<TemplateArgumentLoc>(); in getTemplateArgs()
4057 return ULE->getTrailingObjects<DeclAccessPair>(); in getTrailingResults()
4068 ->getTrailingObjects<ASTTemplateKWAndArgsInfo>(); in getTrailingASTTemplateKWAndArgsInfo()
4075 ->getTrailingObjects<TemplateArgumentLoc>(); in getTrailingTemplateArgumentLoc()
[all …]
H A DDeclFriend.h90 getTrailingObjects<TemplateParameterList *>()[i] = FriendTypeTPLists[i]; in FriendDecl()
132 return getTrailingObjects<TemplateParameterList *>()[N]; in getFriendTypeTemplateParameterList()
164 : getTrailingObjects<TemplateParameterList *>()[0] in getSourceRange()
H A DExprObjC.h220 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 DDeclGroup.h42 return getTrailingObjects<Decl *>()[i];
47 return getTrailingObjects<Decl *>()[i];
H A DStmtCXX.h83 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 DASTConcept.h99 return getTrailingObjects<UnsatisfiedConstraintRecord>(); in begin()
103 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
H A DDeclTemplate.h131 iterator begin() { return getTrailingObjects<NamedDecl *>(); } in begin()
132 const_iterator begin() const { return getTrailingObjects<NamedDecl *>(); } in begin()
180 return HasRequiresClause ? getTrailingObjects<Expr *>()[0] : nullptr; in getRequiresClause()
185 return HasRequiresClause ? getTrailingObjects<Expr *>()[0] : nullptr; in getRequiresClause()
521 getTrailingObjects<MemberSpecializationInfo *>()[0] = MSInfo; in FunctionTemplateSpecializationInfo()
615 ? getTrailingObjects<MemberSpecializationInfo *>()[0] in getMemberSpecializationInfo()
729 return {getTrailingObjects<FunctionTemplateDecl *>(), NumCandidates}; in getCandidates()
1539 getTrailingObjects<std::pair<QualType, TypeSourceInfo *>>();
1548 getTrailingObjects<std::pair<QualType, TypeSourceInfo *>>();
1560 *getTrailingObjects<Expr *>() = E;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h168 char *TrailingString = getTrailingObjects<char>(); in AttributeImpl()
177 return StringRef(getTrailingObjects<char>(), KindSize); in getStringKind()
180 return StringRef(getTrailingObjects<char>() + KindSize + 1, ValSize); in getStringValue()
275 iterator begin() const { return getTrailingObjects<Attribute>(); } in begin()
329 iterator begin() const { return getTrailingObjects<AttributeSet>(); } in begin()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp455 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
1140 *getTrailingObjects<unsigned>() = Length; in StringLiteral()
1158 *getTrailingObjects<unsigned>() = Length; in StringLiteral()
5101 getTrailingObjects<Decl *>()[I] = D; in setIteratorDeclaration()
5107 getTrailingObjects< in setAssignmentLoc()
5125 getTrailingObjects< in setIteratorRange()
5129 getTrailingObjects< in setIteratorRange()
5136 return getTrailingObjects<Decl *>()[I]; in getIteratorDecl()
5157 return getTrailingObjects< in getAssignLoc()
5163 return getTrailingObjects< in getColonLoc()
[all …]
H A DExprCXX.cpp212 getTrailingObjects<Stmt *>()[arraySizeOffset()] = *ArraySize; in CXXNewExpr()
214 getTrailingObjects<Stmt *>()[initExprOffset()] = Initializer; in CXXNewExpr()
216 getTrailingObjects<Stmt *>()[placementNewArgsOffset() + I] = in CXXNewExpr()
219 getTrailingObjects<SourceRange>()[0] = TypeIdParens; in CXXNewExpr()
473 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DependentScopeDeclRefExpr()
476 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->initializeFrom( in DependentScopeDeclRefExpr()
1009 *getTrailingObjects<Expr *>() = RewrittenInitExpr; in CXXDefaultInitExpr()
1380 getTrailingObjects<CleanupObject>()[i] = objects[i]; in ExprWithCleanups()
1416 auto **StoredArgs = getTrailingObjects<Expr *>(); in CXXUnresolvedConstructExpr()
1706 getTrailingObjects<VarDecl *>()); in FunctionParmPackExpr()
[all …]
H A DASTConcept.cpp51 getTrailingObjects<UnsatisfiedConstraintRecord>() + I);
62 getTrailingObjects<UnsatisfiedConstraintRecord>() + I);
H A DDeclGroup.cpp32 getTrailingObjects<Decl *>()); in DeclGroup()
H A DExprConcepts.cpp152 getTrailingObjects<ParmVarDecl *>()); in RequiresExpr()
154 getTrailingObjects<concepts::Requirement *>()); in RequiresExpr()
H A DExprObjC.cpp60 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral()
62 HasPackExpansions ? getTrailingObjects<ExpansionData>() : nullptr; in ObjCDictionaryLiteral()
329 begin = reinterpret_cast<Stmt **>(getTrailingObjects<void *>()); in children()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h177 Result->getTrailingObjects<MachineMemOperand *>());
180 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
182 Result->getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] =
185 Result->getTrailingObjects<MDNode *>()[0] = HeapAllocMarker;
187 Result->getTrailingObjects<MDNode *>()[HasHeapAllocMarker] =
190 Result->getTrailingObjects<uint32_t>()[0] = CFIType;
196 return ArrayRef(getTrailingObjects<MachineMemOperand *>(), NumMMOs); in getMMOs()
205 ? getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] in getPostInstrSymbol()
210 return HasHeapAllocMarker ? getTrailingObjects<MDNode *>()[0] : nullptr; in getHeapAllocMarker()
215 ? getTrailingObjects<MDNode *>()[HasHeapAllocMarker] in getPCSections()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h189 ArgsUnion *getArgsBuffer() { return getTrailingObjects<ArgsUnion>(); } in getArgsBuffer()
191 return getTrailingObjects<ArgsUnion>(); in getArgsBuffer()
195 return getTrailingObjects<detail::AvailabilityData>(); in getAvailabilityData()
198 return getTrailingObjects<detail::AvailabilityData>(); in getAvailabilityData()
303 return *getTrailingObjects<detail::TypeTagForDatatypeData>(); in getTypeTagForDatatypeDataSlot()
306 return *getTrailingObjects<detail::TypeTagForDatatypeData>(); in getTypeTagForDatatypeDataSlot()
311 ParsedType &getTypeBuffer() { return *getTrailingObjects<ParsedType>(); } in getTypeBuffer()
313 return *getTrailingObjects<ParsedType>(); in getTypeBuffer()
320 return *getTrailingObjects<detail::PropertyData>(); in getPropertyDataBuffer()
324 return *getTrailingObjects<detail::PropertyData>(); in getPropertyDataBuffer()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h307 const Type &Accessor() const { return *getTrailingObjects<Type>(); }
313 return ArrayRef<Type>(getTrailingObjects<Type>(), getVlen()); \
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h626 return getTrailingObjects<Init *>()[Bit]; in getBit()
773 return getTrailingObjects<Init *>()[i]; in getElement()
795 return ArrayRef(getTrailingObjects<Init *>(), NumValues); in getValues()
1090 return getTrailingObjects<Init *>()[Num]; in getCond()
1095 return getTrailingObjects<Init *>()[Num+NumConds]; in getVal()
1099 return ArrayRef(getTrailingObjects<Init *>(), NumConds); in getConds()
1378 return getTrailingObjects<ArgumentInit *>()[i]; in getArg()
1384 return getTrailingObjects<ArgumentInit *>(); in args_begin()
1487 return getTrailingObjects<Init *>()[Num]; in getArg()
1496 return getTrailingObjects<StringInit *>()[Num]; in getArgName()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp619 new (E->getTrailingObjects<NestedNameSpecifierLoc>()) in VisitDeclRefExpr()
627 *E->getTrailingObjects<ASTTemplateKWAndArgsInfo>(), in VisitDeclRefExpr()
843 E->getTrailingObjects<ParmVarDecl *>()); in VisitRequiresExpr()
1078 *E->getTrailingObjects<ASTTemplateKWAndArgsInfo>(), in VisitMemberExpr()
1391 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); in VisitGenericSelectionExpr()
1868 *E->getTrailingObjects<Expr *>() = Record.readSubExpr(); in VisitCXXDefaultArgExpr()
1998 *E->getTrailingObjects<ASTTemplateKWAndArgsInfo>(), in VisitCXXDependentScopeMemberExpr()
2029 *E->getTrailingObjects<ASTTemplateKWAndArgsInfo>(), in VisitDependentScopeDeclRefExpr()
2030 E->getTrailingObjects<TemplateArgumentLoc>(), in VisitDependentScopeDeclRefExpr()
2119 auto **Args = E->getTrailingObjects<TypeSourceInfo *>(); in VisitTypeTraitExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h612 return getTrailingObjects<ArgInfo>(); in getArgsBuffer()
615 return getTrailingObjects<ArgInfo>(); in getArgsBuffer()
619 return getTrailingObjects<ExtParameterInfo>(); in getExtParameterInfosBuffer()
622 return getTrailingObjects<ExtParameterInfo>(); in getExtParameterInfosBuffer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp70 Result->getTrailingObjects<Token>()); in create()
123 const Token *Start = getTrailingObjects<Token>(); in getUnexpArgument()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h285 template <typename T> const T *getTrailingObjects() const { in getTrailingObjects() function
297 template <typename T> T *getTrailingObjects() { in getTrailingObjects() function

12