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

Declarations

tools/clang/include/clang/AST/Type.h
 2184   const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.

References

tools/clang/lib/AST/Type.cpp
  541   return getAsComplexIntegerType();
tools/clang/lib/Sema/SemaExpr.cpp
 1208   const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType();
 1209   const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType();
tools/lldb/source/Symbol/ClangASTContext.cpp
 5224           qual_type->getAsComplexIntegerType();