Home
last modified time | relevance | path

Searched defs:VisitComplexType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h384 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp995 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DASTImporter.cpp1153 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5635 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder