Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp38 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1383 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3622 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext