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 839 if (cast<Decl>(this)->getFriendObjectKind())
    [all...]
DeclCXX.cpp 433 if (D->getFriendObjectKind() || D->isInvalidDecl())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 800 bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
    [all...]
SemaAccess.cpp 113 if (Function->getFriendObjectKind())
    [all...]
SemaTemplateInstantiate.cpp 159 if (Function->getFriendObjectKind() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp 933 !New->getFriendObjectKind();
    [all...]
SemaDeclCXX.cpp 608 if (Old->getFriendObjectKind() == Decl::FOK_Undeclared &&
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 713 milliseconds