OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFriendObjectKind
(Results
1 - 15
of
15
) sorted by null
/external/clang/lib/AST/
DeclFriend.cpp
42
assert(D->
getFriendObjectKind
() ||
DeclBase.cpp
900
if (cast<Decl>(this)->
getFriendObjectKind
())
[
all
...]
DeclCXX.cpp
427
if (D->
getFriendObjectKind
() || D->isInvalidDecl())
[
all
...]
/external/clang/lib/Serialization/
ASTCommon.cpp
353
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
...]
SemaDeclCXX.cpp
654
if (Old->
getFriendObjectKind
() == Decl::FOK_Undeclared &&
[
all
...]
SemaOverload.cpp
918
!New->
getFriendObjectKind
();
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
[
all
...]
Completed in 593 milliseconds