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