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

  /external/clang/lib/AST/
DeclFriend.cpp 42 assert(D->getFriendObjectKind() ||
DeclBase.cpp 786 if (cast<Decl>(this)->getFriendObjectKind())
    [all...]
DeclCXX.cpp 414 if (D->getFriendObjectKind() || D->isInvalidDecl())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 767 bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
    [all...]
SemaAccess.cpp 113 if (Function->getFriendObjectKind())
    [all...]
SemaTemplateInstantiate.cpp 128 if (Function->getFriendObjectKind() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 839 FriendObjectKind getFriendObjectKind() const {
    [all...]

Completed in 635 milliseconds