Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp743 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anondc2745e90211::ODRTypeVisitor
H A DASTDumper.cpp179 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anon7de60b550111::ASTDumper
H A DType.cpp1000 QualType VisitAttributedType(const AttributedType *T) { in TRIVIAL_TYPE_CLASS()
1712 Type *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anondae177620411::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp353 ExpectedType VisitAttributedType(const AttributedType *T);
1346 ExpectedType ASTNodeImporter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp403 void ASTTypeWriter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTTypeWriter