Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h341 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp993 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anoncf944ab10211::ODRTypeVisitor
H A DASTImporter.cpp1144 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp6187 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder