Home
last modified time | relevance | path

Searched defs:getComplexType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp114 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp37 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1504 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h355 uint8_t getComplexType() const { in getComplexType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3901 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext