Searched defs:VisitComplexType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ | ||
| H A D | ASTNodeTraverser.h | 341 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function |
| /llvm-project-15.0.7/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 839 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anonfecede4a0211::ODRTypeVisitor |
| H A D | ASTImporter.cpp | 1149 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter |
| /llvm-project-15.0.7/clang/lib/Sema/ | ||
| H A D | SemaTemplate.cpp | 6022 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder |