Searched defs:ToIntegerType (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/AST/
H A DASTImporter.cpp2439 QualType ToIntegerType = Importer.Import(D->getIntegerType()); local
2440 if (ToIntegerType.isNull())
2442 D2->setIntegerType(ToIntegerType);

Completed in 43 milliseconds