Searched defs:VisitAttributedType (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 391 void VisitAttributedType(const AttributedType *T) { VisitAttributedType() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 961 void VisitAttributedType(const AttributedType *T) { VisitAttributedType() function in __anon4baa67ec0211::ODRTypeVisitor |
H A D | Type.cpp | 1453 QualType VisitAttributedType(const AttributedType *attrType) { VisitAttributedType() function |
H A D | ASTImporter.cpp | 1506 ExpectedType ASTNodeImporter::VisitAttributedType(const AttributedType *T) { VisitAttributedType() function in ASTNodeImporter |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiate.cpp | 2832 TemplateTypeParmDecl *VisitAttributedType(const AttributedType *T) { VisitAttributedType() function |