OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Method1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
1286
CXXMethodDecl *
Method1
,
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
5097
CXXMethodDecl *
Method1
= dyn_cast<CXXMethodDecl>(FD1);
5119
if (!Method2 &&
Method1
&& !
Method1
->isStatic()) {
5120
// Compare 'this' from
Method1
against first parameter from Method2.
5121
AddImplicitObjectParameterType(S.Context,
Method1
, Args1);
5123
} else if (!
Method1
&& Method2 && !Method2->isStatic()) {
5124
// Compare 'this' from Method2 against first parameter from
Method1
.
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 44 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026