HomeSort by relevance Sort by last modified time
    Searched refs:Unresolved (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Lex/
ModuleMap.h 127 /// \param Unresolved The export declaration to resolve.
135 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
258 /// \brief Resolve all of the unresolved exports in the given module.
  /external/clang/lib/Lex/
ModuleMap.cpp 40 const Module::UnresolvedExportDecl &Unresolved,
43 if (Unresolved.Id.empty()) {
44 assert(Unresolved.Wildcard && "Invalid unresolved export");
49 Module *Context = lookupModuleUnqualified(Unresolved.Id[0].first, Mod);
52 Diags->Report(Unresolved.Id[0].second,
54 << Unresolved.Id[0].first << Mod->getFullModuleName();
60 for (unsigned I = 1, N = Unresolved.Id.size(); I != N; ++I) {
61 Module *Sub = lookupModuleQualified(Unresolved.Id[I].first,
65 Diags->Report(Unresolved.Id[I].second,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 1067 static QtMethodMatchType unresolved(const QByteArray &name) function in class:JSC::Bindings::QtMethodMatchType
1179 QVector<QtMethodMatchData> unresolved; local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h     [all...]
  /external/v8/src/
mirror-debugger.js 309 * Check whether the mirror reflects an unresolved function.
310 * @returns {boolean} True if the mirror reflects an unresolved function
792 * @return {boolean} True if the function is resolved. Unresolved functions can
905 * Mirror object for unresolved functions.
906 * @param {string} value The name for the unresolved function reflected by this
912 // Construct this using the ValueMirror as an unresolved function is not a
    [all...]

Completed in 229 milliseconds