OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFK
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp
747
DefaultedFunctionKind
DFK
=
749
if (
DFK
.isSpecialMember()) {
753
<< MD->isExplicitlyDefaulted() <<
DFK
.asSpecialMember()
755
} else if (
DFK
.isComparison()) {
758
<< (int)
DFK
.asComparison()
SemaDeclCXX.cpp
6464
Sema::DefaultedFunctionKind
DFK
= S.getDefaultedFunctionKind(FD);
6465
if (
DFK
.isComparison())
6466
return S.DefineDefaultedComparison(DefaultLoc, FD,
DFK
.asComparison());
6468
switch (
DFK
.asSpecialMember()) {
6786
DefaultedFunctionKind
DFK
= getDefaultedFunctionKind(FD);
6787
if (
DFK
.asComparison() == DefaultedComparisonKind::NotEqual ||
6788
DFK
.asComparison() == DefaultedComparisonKind::Relational) {
7240
auto
DFK
= S.getDefaultedFunctionKind(FD);
7241
if (
DFK
.isSpecialMember())
7243
S, Loc, cast<CXXMethodDecl>(FD),
DFK
.asSpecialMember(), nullptr)
[
all
...]
SemaOverload.cpp
13849
DefaultedFunctionKind
DFK
= getDefaultedFunctionKind(DeletedFD);
13850
if (
DFK
.isSpecialMember()) {
13852
<< Args[0]->getType() <<
DFK
.asSpecialMember();
13854
assert(
DFK
.isComparison());
Completed in 30 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026