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

References

tools/clang/lib/AST/ASTImporter.cpp
 7165   ExpectedType ToTypeOrErr = import(E->getType());
 7169   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 7174       *ToLocationOrErr, *ToTypeOrErr, E->isImplicit());