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

  /external/clang/lib/AST/
DeclFriend.cpp 42 assert(D->getFriendObjectKind() ||
DeclBase.cpp 783 if (cast<Decl>(this)->getFriendObjectKind())
    [all...]
DeclCXX.cpp 414 if (D->getFriendObjectKind() || D->isInvalidDecl())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 743 bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
    [all...]
SemaAccess.cpp 113 if (Function->getFriendObjectKind())
    [all...]
SemaTemplateInstantiate.cpp 143 if (Function->getFriendObjectKind() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 597 if (Old->getFriendObjectKind() == Decl::FOK_Undeclared &&
    [all...]
SemaOverload.cpp 927 !New->getFriendObjectKind();
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 865 FriendObjectKind getFriendObjectKind() const {
    [all...]

Completed in 534 milliseconds