Searched defs:VisitComplexType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | TemplateArgumentHasher.cpp | 281 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anon91a37be10111::TypeVisitorHelper |
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | ASTNodeTraverser.h | 384 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function |
| /freebsd/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 1023 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anonb4317f1a0211::ODRTypeVisitor |
| H A D | ASTImporter.cpp | 1382 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter |
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaTemplate.cpp | 6051 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder |