Searched refs:getComplexType (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
H A DCOFF.h60 uint8_t getComplexType() const { function in struct:llvm::object::coff_symbol
/external/clang/include/clang/AST/
H A DASTContext.h803 QualType getComplexType(QualType T) const;
804 CanQualType getComplexType(CanQualType T) const { function in class:clang::ASTContext
805 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
/external/llvm/utils/obj2yaml/
H A Dcoff2yaml.cpp310 std::size_t complexType = symbol->getComplexType();
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp151 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
/external/clang/lib/AST/
H A DASTContext.cpp811 FloatComplexTy = getComplexType(FloatTy);
812 DoubleComplexTy = getComplexType(DoubleTy);
813 LongDoubleComplexTy = getComplexType(LongDoubleTy);
1838 /// getComplexType - Return the uniqued reference to the type for a complex
1840 QualType ASTContext::getComplexType(QualType T) const { function in class:ASTContext
1854 Canonical = getComplexType(getCanonicalType(T));
7034 Type = Context.getComplexType(ElementType);
H A DASTImporter.cpp1365 return Importer.getToContext().getComplexType(ToElementType);
/external/clang/lib/Sema/
H A DSemaType.cpp896 Result = Context.getComplexType(Result);
H A DSemaDeclAttr.cpp3350 NewTy = S.Context.getComplexType(NewTy);
H A DSemaExpr.cpp797 S.Context.getComplexType(OtherTy));
875 QualType result = S.Context.getComplexType(FloatTy);
2870 Context.getComplexType(Res->getType()));
/external/clang/lib/Serialization/
H A DASTReader.cpp3759 return Context.getComplexType(ElemType);

Completed in 203 milliseconds