Home
last modified time | relevance | path

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

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