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

  /external/llvm/include/llvm/Object/
COFF.h 60 uint8_t getComplexType() const {
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 31 static const ComplexType *getComplexType(QualType type) {
336 CGF.ConvertType(getComplexType(E->getType())->getElementType());
796 assert(E && getComplexType(E->getType()) &&
805 assert(E && getComplexType(E->getType()) &&
  /external/clang/include/clang/AST/
ASTContext.h 872 QualType getComplexType(QualType T) const;
873 CanQualType getComplexType(CanQualType T) const {
874 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 98 milliseconds