Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1235 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3161 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext