Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h360 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function
/external/llvm-project/clang/lib/AST/
DType.cpp1135 QualType VisitAttributedType(const AttributedType *T) { in SUGARED_TYPE_CLASS()
1420 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType() function
1421 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType()
1860 Type *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anon2606b28a0211::GetContainedDeducedTypeVisitor
DODRHash.cpp820 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anonb19c90110211::ODRTypeVisitor
DASTImporter.cpp375 ExpectedType VisitAttributedType(const AttributedType *T);
1418 ExpectedType ASTNodeImporter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTNodeImporter
/external/clang/lib/AST/
DType.cpp926 QualType VisitAttributedType(const AttributedType *T) { in TRIVIAL_TYPE_CLASS()
1586 AutoType *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anoneaff4f5c0411::GetContainedAutoVisitor
DASTDumper.cpp365 void VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in __anonf46bef8f0111::ASTDumper
DASTImporter.cpp71 QualType VisitAttributedType(const AttributedType *T);
1876 QualType ASTNodeImporter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTNodeImporter
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2290 TemplateTypeParmDecl *VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function
/external/clang/lib/Serialization/
DASTWriter.cpp338 void ASTTypeWriter::VisitAttributedType(const AttributedType *T) { in VisitAttributedType() function in ASTTypeWriter