Searched refs:BTFTagAttributedTypeLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp519 SourceRange BTFTagAttributedTypeLoc::getLocalSourceRange() const {
716 TypeLoc VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc T) {
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h913 class BTFTagAttributedTypeLoc class in namespace:clang
914 : public ConcreteTypeLoc<UnqualTypeLoc, BTFTagAttributedTypeLoc,
2622 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>())
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6237 void VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {
6470 void VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {
H A DTreeTransform.h7131 TypeLocBuilder &TLB, BTFTagAttributedTypeLoc TL) {
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp513 void TypeLocWriter::VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {
H A DASTReader.cpp6993 void TypeLocReader::VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {

Completed in 310 milliseconds