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

1 2

  /prebuilts/go/darwin-x86/src/go/ast/
resolve.go 66 // unresolved identifiers across files and updates each file's Unresolved list
69 // remaining unresolved identifiers are reported as undeclared. If the files
160 for _, ident := range file.Unresolved {
163 file.Unresolved[i] = ident
168 file.Unresolved = file.Unresolved[0:i]
example_test.go 134 // 55 . Unresolved: []*ast.Ident (len = 1) {
  /prebuilts/go/linux-x86/src/go/ast/
resolve.go 66 // unresolved identifiers across files and updates each file's Unresolved list
69 // remaining unresolved identifiers are reported as undeclared. If the files
160 for _, ident := range file.Unresolved {
163 file.Unresolved[i] = ident
168 file.Unresolved = file.Unresolved[0:i]
example_test.go 134 // 55 . Unresolved: []*ast.Ident (len = 1) {
  /external/clang/lib/Lex/
ModuleMap.cpp 41 const Module::UnresolvedExportDecl &Unresolved,
44 if (Unresolved.Id.empty()) {
45 assert(Unresolved.Wildcard && "Invalid unresolved export");
50 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain);
54 return Module::ExportDecl(Context, Unresolved.Wildcard);
876 auto Unresolved = std::move(Mod->UnresolvedExports);
878 for (auto &UE : Unresolved) {
889 auto Unresolved = std::move(Mod->UnresolvedDirectUses);
891 for (auto &UDU : Unresolved) {
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 225 /// \param Unresolved The export declaration to resolve.
233 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
447 /// \brief Resolve all of the unresolved exports in the given module.
457 /// \brief Resolve all of the unresolved uses in the given module.
467 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 236 /// \param Unresolved The export declaration to resolve.
244 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
480 /// \brief Resolve all of the unresolved exports in the given module.
490 /// \brief Resolve all of the unresolved uses in the given module.
500 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
ModuleMap.h 248 /// \param Unresolved The export declaration to resolve.
256 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
272 /// Add an unresolved header to a module.
526 /// \brief Resolve all of the unresolved exports in the given module.
536 /// \brief Resolve all of the unresolved uses in the given module.
546 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
ModuleMap.h 248 /// \param Unresolved The export declaration to resolve.
256 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
272 /// Add an unresolved header to a module.
526 /// \brief Resolve all of the unresolved exports in the given module.
536 /// \brief Resolve all of the unresolved uses in the given module.
546 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 236 /// \param Unresolved The export declaration to resolve.
244 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
480 /// \brief Resolve all of the unresolved exports in the given module.
490 /// \brief Resolve all of the unresolved uses in the given module.
500 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
ModuleMap.h 248 /// \param Unresolved The export declaration to resolve.
256 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
272 /// Add an unresolved header to a module.
526 /// \brief Resolve all of the unresolved exports in the given module.
536 /// \brief Resolve all of the unresolved uses in the given module.
546 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
ModuleMap.h 248 /// \param Unresolved The export declaration to resolve.
256 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
272 /// Add an unresolved header to a module.
526 /// \brief Resolve all of the unresolved exports in the given module.
536 /// \brief Resolve all of the unresolved uses in the given module.
546 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
ModuleMap.h 252 /// \param Unresolved The export declaration to resolve.
260 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
276 /// Add an unresolved header to a module.
539 /// \brief Resolve all of the unresolved exports in the given module.
549 /// \brief Resolve all of the unresolved uses in the given module.
559 /// \brief Resolve all of the unresolved conflicts in the given module.
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 118 // Unresolved forward jumps inside the nested block
  /prebuilts/go/linux-x86/src/go/types/
labels.go 118 // Unresolved forward jumps inside the nested block
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
branches.go 132 // list of unresolved (forward) gotos. parent is the immediately enclosing
164 // Unresolved forward gotos from the inner block
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
branches.go 132 // list of unresolved (forward) gotos. parent is the immediately enclosing
164 // Unresolved forward gotos from the inner block

Completed in 903 milliseconds

1 2