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

  /external/clang/lib/AST/
DeclFriend.cpp 42 assert(D->getFriendObjectKind() ||
DeclBase.cpp 860 if (cast<Decl>(this)->getFriendObjectKind())
    [all...]
DeclCXX.cpp 433 if (D->getFriendObjectKind() || D->isInvalidDecl())
    [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 237 if (D->getFriendObjectKind() &&
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 45 assert((NewDecl->getFriendObjectKind() ||
50 const_cast<DeclContext *>(NewDecl->getFriendObjectKind()
    [all...]
SemaAccess.cpp 113 if (Function->getFriendObjectKind())
    [all...]
SemaTemplateInstantiate.cpp 159 if (Function->getFriendObjectKind() &&
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp 505 if (ND->getFriendObjectKind() == Decl::FOK_Undeclared)
    [all...]
SemaOverload.cpp 906 !New->getFriendObjectKind();
    [all...]
SemaDeclCXX.cpp 632 if (Old->getFriendObjectKind() == Decl::FOK_Undeclared &&
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 233 milliseconds