Home
last modified time | relevance | path

Searched refs:VisitComplexType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h341 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp839 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anonfecede4a0211::ODRTypeVisitor
H A DType.cpp887 QualType VisitComplexType(const ComplexType *T) { in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp376 ExpectedType VisitComplexType(const ComplexType *T);
1149 ExpectedType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6022 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder