HomeSort by relevance Sort by last modified time
    Searched defs:Friend (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 23 class Friend {
24 friend class S;
25 Friend(int);
37 Friend f = 42;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 53 /* A friend is a variable that shares a reader with another variable.
55 struct rc_variable * Friend;
67 struct rc_variable * friend);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p18.cpp 20 friend void Friend();
46 void Friend() {
  /external/clang/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclFriend.h 1 //===-- DeclFriend.h - Classes for C++ friend declarations -*- C++ -*------===//
10 // This file defines the section of the AST representing C++ friend
25 /// FriendDecl - Represents the declaration of a friend entity,
31 /// friend int foo(T);
32 /// friend class B;
33 /// friend T; // only in C++0x
34 /// template <typename U> friend class C;
35 /// template <typename U> friend A& operator+=(A&, const U&) { ... }
39 /// The semantic context of a friend decl is its declaring class.
48 // The declaration that's a friend of this class
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 346 InsertItemWithTag(PDB_SymType::Friend);
408 VerifyDyncast<PDBSymbolTypeFriend>(PDB_SymType::Friend);
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 9 class Friend {
10 Friend() = default; ~Friend() = default;
11 friend struct NotDeleted6c;
12 friend struct NotDeleted7i;
13 friend struct NotDeleted7j;
14 friend struct NotDeleted7k;
115 struct NotDeleted6c { Friend a; };
137 struct NotDeleted7i : Friend {};
139 struct NotDeleted7j : virtual Friend {};
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 197 class Friend(Expr):
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 198 class Friend(Expr):
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 198 class Friend(Expr):
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 177 Friend,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 177 Friend,

Completed in 886 milliseconds

1 2 3