OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Method2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
1287
CXXMethodDecl *
Method2
) {
1289
Method1->getDeclKind() ==
Method2
->getDeclKind() &&
1290
Method1->getRefQualifier() ==
Method2
->getRefQualifier() &&
1291
Method1->getAccess() ==
Method2
->getAccess() &&
1292
Method1->getOverloadedOperator() ==
Method2
->getOverloadedOperator() &&
1293
Method1->isStatic() ==
Method2
->isStatic() &&
1294
Method1->isConst() ==
Method2
->isConst() &&
1295
Method1->isVolatile() ==
Method2
->isVolatile() &&
1296
Method1->isVirtual() ==
Method2
->isVirtual() &&
1297
Method1->isPure() ==
Method2
->isPure() &
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
5098
CXXMethodDecl *
Method2
= dyn_cast<CXXMethodDecl>(FD2);
5119
if (!
Method2
&& Method1 && !Method1->isStatic()) {
5120
// Compare 'this' from Method1 against first parameter from
Method2
.
5123
} else if (!Method1 &&
Method2
&& !
Method2
->isStatic()) {
5124
// Compare 'this' from
Method2
against first parameter from Method1.
5125
AddImplicitObjectParameterType(S.Context,
Method2
, Args2);
5126
} else if (Method1 &&
Method2
&& Reversed) {
5127
// Compare 'this' from Method1 against second parameter from
Method2
5128
// and 'this' from
Method2
against second parameter from Method1
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026