OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowExplicit
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
3929
bool CopyInitializing, bool
AllowExplicit
,
3963
/*PartialOverloading=*/false,
AllowExplicit
);
3972
bool AllowExplicitConv =
AllowExplicit
&& !CopyInitializing &&
3977
/*PartialOverloading=*/false,
AllowExplicit
,
4014
CandidateSet,
AllowExplicit
,
AllowExplicit
,
4018
DestType, CandidateSet,
AllowExplicit
,
4019
AllowExplicit
,
4096
bool
AllowExplicit
= Kind.
AllowExplicit
() || IsListInit
[
all
...]
SemaOverload.cpp
98
AllowedExplicit
AllowExplicit
,
1324
AllowedExplicit
AllowExplicit
,
1342
Conversions,
AllowExplicit
,
1418
/// If @p
AllowExplicit
, then explicit user-defined conversions are
1427
AllowedExplicit
AllowExplicit
,
1474
AllowExplicit
, InOverloadResolution, CStyle,
1482
AllowedExplicit
AllowExplicit
,
1487
AllowExplicit
, InOverloadResolution, CStyle,
1495
/// performing, used in the error message. If @p
AllowExplicit
,
1499
bool
AllowExplicit
) {
[
all
...]
SemaDeclCXX.cpp
15271
bool
AllowExplicit
,
15293
CallType,
AllowExplicit
,
SemaExpr.cpp
5899
VariadicCallType CallType, bool
AllowExplicit
,
5944
Entity, SourceLocation(), Arg, IsListInitialization,
AllowExplicit
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h
753
bool
AllowExplicit
() const { return !isCopyInit(); }
Sema.h
3399
AllowedExplicit
AllowExplicit
,
3460
bool
AllowExplicit
= false);
3604
bool
AllowExplicit
= true,
3648
bool PartialOverloading = false, bool
AllowExplicit
= true,
3662
bool
AllowExplicit
, bool AllowResultConversion = true);
3667
bool
AllowExplicit
, bool AllowResultConversion = true);
6018
bool
AllowExplicit
= false,
11350
bool
AllowExplicit
= false,
11527
bool
AllowExplicit
= false);
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
2712
bool CXXConstructorDecl::isConvertingConstructor(bool
AllowExplicit
) const {
2719
if (isExplicit() && !
AllowExplicit
)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
2619
bool isConvertingConstructor(bool
AllowExplicit
) const;
Completed in 66 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026