Home
last modified time | relevance | path

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

12

/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 …]
/external/llvm-project/clang/lib/Sema/
DSemaAccess.cpp330 DeclContext *Friend) { in MightInstantiateTo()
349 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo()
362 FunctionDecl *Friend) { in MightInstantiateTo()
400 FunctionTemplateDecl *Friend) { in MightInstantiateTo()
408 const CXXRecordDecl *Friend) { in MatchesFriend()
424 CanQualType Friend) { in MatchesFriend()
439 ClassTemplateDecl *Friend) { in MatchesFriend()
492 FunctionDecl *Friend) { in MatchesFriend()
511 FunctionTemplateDecl *Friend) { in MatchesFriend()
550 NamedDecl *Friend in MatchesFriend() local
[all …]
/external/llvm-project/clang/include/clang/AST/
DDeclFriend.h66 FriendUnion Friend; variable
84 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, in FriendDecl()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp23 class Friend { class
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp23 class Friend { class
/external/llvm-project/clang/lib/AST/
DDeclFriend.cpp36 FriendUnion Friend, in Create()
DDeclTemplate.cpp1061 FriendUnion Friend, SourceLocation FLoc) { in Create()
/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/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp18.cpp46 void Friend() { in Friend() function
/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/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
DClassLayoutTest.cpp70 class Friend { class
/external/llvm-project/clang/test/SemaCXX/
Danonymous-struct.cpp82 } Friend; // expected-note {{type is given name 'Friend' for linkage purposes by this typedef decla… typedef
/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp9 class Friend { class
/external/llvm-project/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-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h261 Friend, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h263 Friend, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h261 Friend = 0x03, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h272 Friend = 0x03, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h272 Friend = 0x03, enumerator
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py196 class Friend(Expr): class
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp3678 auto *Friend = FirstDeclMatcher<FriendDecl>().match(ToD, friendDecl()); in TEST_P() local
3827 auto *Friend = FirstDeclMatcher<FriendDecl>().match(FromTU0, friendDecl()); in TEST_P() local
4763 auto *Friend = FirstDeclMatcher<FunctionTemplateDecl>().match( in TEST_P() local

12