Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp274 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h440 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1278 QualType VisitAttributedType(const AttributedType *T) { in SUGARED_TYPE_CLASS()
1560 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType() function
1561 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType()
2044 Type *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor
H A DODRHash.cpp1006 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DASTImporter.cpp1763 ExpectedType ASTNodeImporter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3208 TemplateTypeParmDecl *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function