HomeSort by relevance Sort by last modified time
    Searched defs:getComplexType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 60 uint8_t getComplexType() const {
  /external/clang/include/clang/AST/
ASTContext.h 803 QualType getComplexType(QualType T) const;
804 CanQualType getComplexType(CanQualType T) const {
805 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 811 FloatComplexTy = getComplexType(FloatTy);
812 DoubleComplexTy = getComplexType(DoubleTy);
813 LongDoubleComplexTy = getComplexType(LongDoubleTy);
    [all...]

Completed in 114 milliseconds