reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1221   QualType getComplexType(QualType T) const;

References

tools/clang/include/clang/AST/ASTContext.h
 1223     return CanQualType::CreateUnsafe(getComplexType((QualType) T));
tools/clang/lib/AST/ASTContext.cpp
 9612     Type = Context.getComplexType(ElementType);
tools/clang/lib/AST/ASTImporter.cpp
 1044   return Importer.getToContext().getComplexType(*ToElementTypeOrErr);
tools/clang/lib/AST/Type.cpp
  834     return Ctx.getComplexType(elementType);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4009     NewElemTy = Context.getComplexType(NewElemTy);
tools/clang/lib/Sema/SemaExpr.cpp
 1005   QualType ResultType = S.Context.getComplexType(LHSElementType);
 1008     ResultType = S.Context.getComplexType(RHSElementType);
 1042   QualType result = S.Context.getComplexType(FloatTy);
 1146   return S.ImpCastExprToType(op, S.Context.getComplexType(toType),
 1218     return S.Context.getComplexType(ScalarType);
 1226     QualType ComplexType = S.Context.getComplexType(ScalarType);
 1239   QualType ComplexType = S.Context.getComplexType(ScalarType);
 3721                                         Context.getComplexType(Res->getType()));
tools/clang/lib/Sema/SemaType.cpp
 1665     Result = Context.getComplexType(Result);
tools/clang/lib/Serialization/ASTReader.cpp
 6365     return Context.getComplexType(ElemType);
tools/lldb/source/Symbol/ClangASTContext.cpp
 1059               this, ast->getComplexType(
 1078             this, ast->getComplexType(