HomeSort by relevance Sort by last modified time
    Searched refs:FriendDecl (Results 1 - 18 of 18) 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,
49 std::size_t Size = sizeof(FriendDecl)
52 FriendDecl *FD = new (Mem) FriendDecl(DC, L, Friend, FriendL,
58 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID
    [all...]
DeclPrinter.cpp 56 void VisitFriendDecl(FriendDecl *D);
591 void DeclPrinter::VisitFriendDecl(FriendDecl *D) {
    [all...]
ASTDumper.cpp 231 void VisitFriendDecl(const FriendDecl *D);
    [all...]
DumpXML.cpp 727 // FriendDecl
728 void visitFriendDeclChildren(FriendDecl *D) {
  /external/clang/include/clang/AST/
DeclFriend.h 24 /// FriendDecl - Represents the declaration of a friend entity,
39 class FriendDecl : public Decl {
75 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend,
88 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
92 FriendDecl *getNextFriend() {
94 return cast_or_null<FriendDecl>(NextFriend.get(0));
97 FriendDecl *getNextFriendSlowCase();
100 static FriendDecl *Create(ASTContext &C, DeclContext *DC,
105 static FriendDecl *CreateDeserialized(ASTContext &C, unsigned ID,
173 FriendDecl *Ptr
    [all...]
DeclCXX.h 43 class FriendDecl;
609 FriendDecl *getFirstFriend() const;
755 void pushFriendDecl(FriendDecl *FD);
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 247 TEST(FriendDecl, InstantiationSourceRange) {
248 RangeVerifier<FriendDecl> Verifier;
257 friendDecl(hasParent(recordDecl(isTemplateInstantiation())))));
  /external/clang/lib/Sema/
SemaAccess.cpp 546 FriendDecl *FriendD) {
581 FriendDecl *Friend = *I;
    [all...]
SemaTemplateInstantiateDecl.cpp 534 Decl *TemplateDeclInstantiator::VisitFriendDecl(FriendDecl *D) {
552 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getLocStart(),
573 FriendDecl *FD =
574 FriendDecl::Create(SemaRef.Context, Owner, D->getLocation(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 106 void VisitFriendDecl(FriendDecl *D);
    [all...]
ASTReaderDecl.cpp 280 void VisitFriendDecl(FriendDecl *D);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 560 /// friendDecl()
562 const internal::VariadicDynCastAllOfMatcher<Decl, FriendDecl> friendDecl;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 109 class FriendDecl;
    [all...]

Completed in 1927 milliseconds