Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprComplex.cpp36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h970 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h328 uint8_t getComplexType() const { in getComplexType() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2249 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext