Home
last modified time | relevance | path

Searched refs:BTFAttr (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h4978 const BTFTypeTagAttr *BTFAttr;
4981 const BTFTypeTagAttr *BTFAttr)
4983 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
4987 const BTFTypeTagAttr *getAttr() const { return BTFAttr; }
4993 Profile(ID, WrappedType, BTFAttr);
4997 const BTFTypeTagAttr *BTFAttr) {
4999 ID.AddPointer(BTFAttr);
H A DASTContext.h1587 QualType getBTFTagAttributedType(const BTFTypeTagAttr *BTFAttr,
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4788 QualType ASTContext::getBTFTagAttributedType(const BTFTypeTagAttr *BTFAttr, in getBTFTagAttributedType() argument
4791 BTFTagAttributedType::Profile(ID, Wrapped, BTFAttr); in getBTFTagAttributedType()
4800 Ty = new (*this, TypeAlignment) BTFTagAttributedType(Canon, Wrapped, BTFAttr); in getBTFTagAttributedType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp267 QualType getBTFTagAttributedType(const BTFTypeTagAttr *BTFAttr, in getBTFTagAttributedType() argument
269 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()