Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp33 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1220 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getComplexType() const { in getComplexType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2819 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext