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

References

tools/clang/lib/AST/ASTImporter.cpp
 1300   ExpectedType ToBaseTypeOrErr = import(T->getBaseType());
 1304   ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
 1309       *ToBaseTypeOrErr, *ToUnderlyingTypeOrErr, T->getUTTKind());