Home
last modified time | relevance | path

Searched refs:VisitAttributedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h391 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1167 QualType VisitAttributedType(const AttributedType *T) { in SUGARED_TYPE_CLASS()
1453 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType() function
1454 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType()
1929 Type *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anon3dffa1a90211::GetContainedDeducedTypeVisitor
H A DODRHash.cpp961 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anone9b41ed00211::ODRTypeVisitor
H A DASTImporter.cpp1506 ExpectedType ASTNodeImporter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2832 TemplateTypeParmDecl *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function