Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h347 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } VisitComplexType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp978 void VisitComplexType(const ComplexType *T) { VisitComplexType() function in __anon4baa67ec0211::ODRTypeVisitor
H A DASTImporter.cpp1148 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { VisitComplexType() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6363 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { VisitComplexType() function in UnnamedLocalNoLinkageFinder