Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h317 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp838 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anon79b649e50211::ODRTypeVisitor
H A DASTImporter.cpp1094 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp5960 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder