Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprComplex.cpp32 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
/external/clang/include/clang/AST/
DASTContext.h918 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
/external/llvm/include/llvm/Object/
DCOFF.h204 uint8_t getComplexType() const { return (Type & 0xF0) >> 4; } in getComplexType() function
/external/clang/lib/AST/
DASTContext.cpp2115 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext