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