OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfriend
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
743
bool
isFriend
= (D->getFriendObjectKind() != Decl::FOK_None);
769
if (!
isFriend
&& Pattern->getPreviousDecl()) {
783
if (
isFriend
) {
824
if (
isFriend
&& Pattern->getIdentifier() &&
[
all
...]
SemaDecl.cpp
[
all
...]
SemaAccess.cpp
922
/// Accessible(c, private) = (R is c) ||
IsFriend
(c, R
[
all
...]
SemaTemplate.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 80 milliseconds