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

1 2 3 4

  /prebuilts/go/darwin-x86/test/fixedbugs/issue10700.dir/
test.go 11 type Imported interface {
23 func InMyCode(x *Imported, y *HasAMethod, z *other.Exported) {
24 x.Do() // ERROR "x\.Do undefined \(type \*Imported is pointer to interface, not interface\)"
25 x.do() // ERROR "x\.do undefined \(type \*Imported is pointer to interface, not interface\)"
27 x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)"
28 (*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)"
  /prebuilts/go/linux-x86/test/fixedbugs/issue10700.dir/
test.go 11 type Imported interface {
23 func InMyCode(x *Imported, y *HasAMethod, z *other.Exported) {
24 x.Do() // ERROR "x\.Do undefined \(type \*Imported is pointer to interface, not interface\)"
25 x.do() // ERROR "x\.do undefined \(type \*Imported is pointer to interface, not interface\)"
27 x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)"
28 (*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)"
  /prebuilts/go/darwin-x86/test/interface/private.dir/
private1.go 5 // Imported by private.go, which should not be able to see the private method.
  /prebuilts/go/linux-x86/test/interface/private.dir/
private1.go 5 // Imported by private.go, which should not be able to see the private method.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h 9 // Generating inliner statistics for imported functions, mostly useful for
27 /// (1) Number of inlined imported functions,
28 /// (2) Number of imported functions inlined into importing module (indirect),
29 /// (3) Number of non imported functions inlined into importing module
32 /// all performed inlines on imported functions, but the second one only the
39 /// the edges starting from not imported function.
57 /// Number of inlines into non imported function (possibly indirect via
60 bool Imported = false;
  /external/clang/include/clang/Lex/
PPCallbacks.h 119 /// \param Imported The module, whenever an inclusion directive was
130 const Module *Imported) {
141 /// \param Imported The imported module; can be null if importing failed.
145 const Module *Imported) {
357 const Module *Imported) override {
360 Imported);
363 Imported);
367 const Module *Imported) override {
368 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
355 const Module *Imported) override {
358 Imported);
361 Imported);
365 const Module *Imported) override {
366 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
  /external/clang/lib/Frontend/
DependencyGraph.cpp 53 const Module *Imported) override;
76 const Module *Imported) {
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 60 const Module *Imported) override {
69 this->Imported = Imported;
80 const Module* Imported;
  /external/clang/unittests/AST/
ASTImporterTest.cpp 91 auto Imported = Importer.Import(*FoundDecls.begin());
92 if (!Imported)
96 // were not imported
101 return Verifier.match(Imported, AMatcher);
  /external/clang/include/clang/AST/
ASTImporter.h 56 /// \brief Mapping from the already-imported types in the "from" context
60 /// \brief Mapping from the already-imported declarations in the "from"
64 /// \brief Mapping from the already-imported statements in the "from"
68 /// \brief Mapping from the already-imported FileIDs in the "from" source
72 /// \brief Imported, anonymous tag declarations that are missing their
126 /// it has already been imported from the "from" context. Otherwise return
228 /// imported declaration. By default, the returned name is the same as the
233 /// renaming the declaration being imported.
235 /// \param Name the name of the declaration being imported, which conflicts
239 /// the name is being imported
    [all...]

Completed in 569 milliseconds

1 2 3 4