Searched defs:FriendDecl (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 548 TEST(FriendDecl, FriendNonMemberFunctionLocation) { in TEST() argument 557 TEST(FriendDecl, FriendNonMemberFunctionRange) { in TEST() argument 566 TEST(FriendDecl, FriendNonMemberFunctionDefinitionLocation) { in TEST() argument 575 TEST(FriendDecl, FriendNonMemberFunctionDefinitionRange) { in TEST() argument 584 TEST(FriendDecl, FriendElaboratedTypeLocation) { in TEST() argument 593 TEST(FriendDecl,FriendElaboratedTypeRange) TEST() argument 602 TEST(FriendDecl,FriendSimpleTypeLocation) TEST() argument 612 TEST(FriendDecl,FriendSimpleTypeRange) TEST() argument 622 TEST(FriendDecl,FriendTemplateParameterLocation) TEST() argument 632 TEST(FriendDecl,FriendTemplateParameterRange) TEST() argument 642 TEST(FriendDecl,FriendDecltypeLocation) TEST() argument 653 TEST(FriendDecl,FriendDecltypeRange) TEST() argument 664 TEST(FriendDecl,FriendConstructorDestructorLocation) TEST() argument 682 TEST(FriendDecl,FriendConstructorDestructorRange) TEST() argument 700 TEST(FriendDecl,FriendTemplateFunctionLocation) TEST() argument 710 TEST(FriendDecl,FriendTemplateFunctionRange) TEST() argument 720 TEST(FriendDecl,FriendTemplateClassLocation) TEST() argument 730 TEST(FriendDecl,FriendTemplateClassRange) TEST() argument 740 TEST(FriendDecl,FriendInlineFunctionLocation) TEST() argument 749 TEST(FriendDecl,FriendInlineFunctionRange) TEST() argument 758 TEST(FriendDecl,InstantiationSourceRange) TEST() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DeclFriend.h | 84 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, FriendDecl() function 93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) FriendDecl() function [all...] |
H A D | DeclCXX.h | 67 class FriendDecl; variable
|
/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | WalkASTTest.cpp | 554 TEST(WalkAST,FriendDecl) TEST() argument
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 203 TEST_P(ASTMatchersTest,FriendDecl) TEST_P() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 137 class FriendDecl; global() variable
|