We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f995144 commit 0ab6a71Copy full SHA for 0ab6a71
lib/ClangImporter/ImporterImpl.h
@@ -970,11 +970,8 @@ class LLVM_LIBRARY_VISIBILITY ClangImporter::Implementation
970
ClangModuleUnit *getClangModuleForDecl(const clang::Decl *D,
971
bool allowForwardDeclaration = false);
972
973
- /// Returns the module \p MI comes from, or \c None if \p MI does not have
974
- /// a valid associated module.
975
- ///
976
- /// The returned module may be null (but not \c None) if \p MI comes from
977
- /// an imported header.
+ /// Returns the module \p Node comes from, or \c nullptr if \p Node does not
+ /// have a valid owning module.
978
const clang::Module *getClangOwningModule(ClangNode Node) const;
979
980
/// Whether NSUInteger can be imported as Int in certain contexts. If false,
0 commit comments