OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUK_Friend
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
1743
(SS.isEmpty() && TUK ==
TUK_Friend
)
1752
Diag(NameLoc, TUK ==
TUK_Friend
1756
return TUK !=
TUK_Friend
;
1769
} else if (TUK !=
TUK_Friend
&& TUK != TUK_Reference)
1780
if (TUK !=
TUK_Friend
&&
1822
if (TUK ==
TUK_Friend
) {
1883
if (!(TUK ==
TUK_Friend
&& CurContext->isDependentContext()) &&
1943
if (!(TUK ==
TUK_Friend
&& CurContext->isDependentContext()) &&
1952
: TUK ==
TUK_Friend
? TPC_FriendClassTemplate : TPC_ClassTemplate,
1960
Diag(NameLoc, TUK ==
TUK_Friend
? diag::err_friend_decl_does_not_matc
[
all
...]
SemaDecl.cpp
15513
TUK ==
TUK_Friend
, isMemberSpecialization, Invalid)) {
15588
if (TUK ==
TUK_Friend
|| TUK == TUK_Reference)
15652
if (TUK ==
TUK_Friend
|| TUK == TUK_Reference) {
15685
(TUK == TUK_Reference || TUK ==
TUK_Friend
)) {
15702
if (TUK != TUK_Reference && TUK !=
TUK_Friend
&&
15740
if (!Previous.empty() && TUK ==
TUK_Friend
) {
15811
(TUK == TUK_Reference || TUK ==
TUK_Friend
|| IsTemplateParamOrArg)) {
15849
assert(TUK ==
TUK_Friend
);
15912
if (SS.isEmpty() && TUK != TUK_Reference && TUK !=
TUK_Friend
&&
15931
if (TUK == TUK_Reference || TUK ==
TUK_Friend
||
[
all
...]
SemaDeclCXX.cpp
16278
return CheckClassTemplate(S, TagSpec,
TUK_Friend
, TagLoc, SS, Name,
16310
return ActOnTag(S, TagSpec,
TUK_Friend
, TagLoc, SS, Name, NameLoc,
16424
// for a
TUK_Friend
.
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
1724
TUK = Sema::
TUK_Friend
;
1763
TUK = DS.isFriendSpecified() ? Sema::
TUK_Friend
: Sema::TUK_Declaration;
1853
(TUK == Sema::
TUK_Friend
&&
1881
assert((TUK == Sema::TUK_Definition || TUK == Sema::
TUK_Friend
) &&
1884
if (TUK == Sema::
TUK_Friend
) {
1926
} else if (TUK == Sema::
TUK_Friend
&&
1975
assert(TUK == Sema::TUK_Reference || TUK == Sema::
TUK_Friend
);
ParseDecl.cpp
4608
TUK = Sema::
TUK_Friend
;
4619
TUK = DS.isFriendSpecified() ? Sema::
TUK_Friend
: Sema::TUK_Declaration;
4631
TUK == Sema::TUK_Reference || TUK == Sema::
TUK_Friend
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2993
TUK_Friend
// Friend declaration: 'friend struct foo;'
Completed in 74 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026