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

References

tools/clang/lib/AST/ASTImporter.cpp
 1286   ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr());
 1290   ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());