Home
last modified time | relevance | path

Searched defs:Friend (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Sema/
DSemaAccess.cpp331 DeclContext *Friend) { in MightInstantiateTo()
350 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo()
363 FunctionDecl *Friend) { in MightInstantiateTo()
401 FunctionTemplateDecl *Friend) { in MightInstantiateTo()
409 const CXXRecordDecl *Friend) { in MatchesFriend()
425 CanQualType Friend) { in MatchesFriend()
440 ClassTemplateDecl *Friend) { in MatchesFriend()
493 FunctionDecl *Friend) { in MatchesFriend()
512 FunctionTemplateDecl *Friend) { in MatchesFriend()
551 NamedDecl *Friend in MatchesFriend() local
[all …]
DSemaTemplate.cpp1185 FriendDecl *Friend = FriendDecl::Create( in CheckClassTemplate() local
6562 FriendDecl *Friend = FriendDecl::Create(Context, CurContext, in ActOnClassTemplateSpecialization() local
DSemaDeclCXX.cpp12578 FriendDecl *Friend = FriendDecl::Create(Context, CurContext, NameLoc, in ActOnTemplatedFriendTag() local
12602 FriendDecl *Friend = FriendDecl::Create(Context, CurContext, NameLoc, in ActOnTemplatedFriendTag() local
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp23 class Friend { class
/external/clang/lib/AST/
DDeclFriend.cpp29 FriendUnion Friend, in Create()
DDeclTemplate.cpp878 FriendUnion Friend, SourceLocation FLoc) { in Create()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.h55 struct rc_variable * Friend; member
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp18.cpp46 void Friend() { in Friend() function
/external/clang/include/clang/AST/
DDeclFriend.h70 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, in FriendDecl()
/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp9 class Friend { class
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h188 Friend, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h199 Friend, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h261 Friend = 0x03, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h270 Friend = 0x03, enumerator
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py197 class Friend(Expr): class
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py195 class Friend(Expr): class
/external/clang/tools/libclang/
DCIndex.cpp5775 if (NamedDecl *Friend = cast<FriendDecl>(D)->getFriendDecl()) in clang_getCursorDefinition() local
5780 if (NamedDecl *Friend = cast<FriendTemplateDecl>(D)->getFriendDecl()) in clang_getCursorDefinition() local