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

  /external/clang/include/clang/Lex/
ModuleMap.h 75 /// \param Unresolved The export declaration to resolve.
83 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
189 /// \brief Resolve all of the unresolved exports in the given module.
  /external/clang/lib/Lex/
ModuleMap.cpp 33 const Module::UnresolvedExportDecl &Unresolved,
36 if (Unresolved.Id.empty()) {
37 assert(Unresolved.Wildcard && "Invalid unresolved export");
42 Module *Context = lookupModuleUnqualified(Unresolved.Id[0].first, Mod);
45 Diags->Report(Unresolved.Id[0].second,
47 << Unresolved.Id[0].first << Mod->getFullModuleName();
53 for (unsigned I = 1, N = Unresolved.Id.size(); I != N; ++I) {
54 Module *Sub = lookupModuleQualified(Unresolved.Id[I].first,
58 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/clang/lib/Sema/
SemaLookup.cpp 683 const UnresolvedSetImpl *Unresolved = Record->getConversionFunctions();
684 for (UnresolvedSetImpl::iterator U = Unresolved->begin(),
685 UEnd = Unresolved->end(); U != UEnd; ++U) {
    [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...]
  /external/bison/tests/
testsuite 371 60;conflicts.at:128;Unresolved SR Conflicts;report;
457 146;glr-regression.at:432;User destructor for unresolved GLR semantic value;;
    [all...]

Completed in 561 milliseconds