Searched refs:VisitAttributedType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 926 QualType VisitAttributedType(const AttributedType *T) { in TRIVIAL_TYPE_CLASS() |
D | ASTDumper.cpp | 365 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anon434da42d0111::ASTDumper |
D | ASTImporter.cpp | 71 QualType VisitAttributedType(const AttributedType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 338 void ASTTypeWriter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTTypeWriter |