HomeSort by relevance Sort by last modified time
    Searched refs:FriendDecl (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/AST/
DeclFriend.cpp 20 void FriendDecl::anchor() { }
22 FriendDecl *FriendDecl::getNextFriendSlowCase() {
23 return cast_or_null<FriendDecl>(
27 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC,
50 FriendDecl *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL,
56 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID
    [all...]
DeclPrinter.cpp 56 void VisitFriendDecl(FriendDecl *D);
596 void DeclPrinter::VisitFriendDecl(FriendDecl *D) {
    [all...]
ASTDumper.cpp 286 void VisitFriendDecl(const FriendDecl *D);
    [all...]
  /external/clang/include/clang/AST/
DeclFriend.h 25 /// FriendDecl - Represents the declaration of a friend entity,
40 class FriendDecl : public Decl {
76 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend,
89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
93 FriendDecl *getNextFriend() {
95 return cast_or_null<FriendDecl>(NextFriend.get(nullptr));
98 FriendDecl *getNextFriendSlowCase();
101 static FriendDecl *Create(ASTContext &C, DeclContext *DC,
106 static FriendDecl *CreateDeserialized(ASTContext &C, unsigned ID,
174 FriendDecl *Ptr
    [all...]
DeclCXX.h 42 class FriendDecl;
631 FriendDecl *getFirstFriend() const;
785 void pushFriendDecl(FriendDecl *FD);
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 266 TEST(FriendDecl, FriendFunctionLocation) {
267 LocationVerifier<FriendDecl> Verifier;
272 friendDecl()));
275 TEST(FriendDecl, FriendFunctionRange) {
276 RangeVerifier<FriendDecl> Verifier;
281 friendDecl()));
284 TEST(FriendDecl, FriendClassLocation) {
285 LocationVerifier<FriendDecl> Verifier;
290 friendDecl()));
293 TEST(FriendDecl, FriendClassRange)
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 593 Decl *TemplateDeclInstantiator::VisitFriendDecl(FriendDecl *D) {
611 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getLocStart(),
632 FriendDecl *FD =
633 FriendDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaAccess.cpp 542 FriendDecl *FriendD) {
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 106 void VisitFriendDecl(FriendDecl *D);
    [all...]
ASTReaderDecl.cpp 294 void VisitFriendDecl(FriendDecl *D);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 603 /// friendDecl()
605 const internal::VariadicDynCastAllOfMatcher<Decl, FriendDecl> friendDecl;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 112 class FriendDecl;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 2273 milliseconds