OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConversionFunction
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h
53
ConversionFunction
,
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
270
Info.Kind = SymbolKind::
ConversionFunction
;
298
Info.Kind = SymbolKind::
ConversionFunction
;
526
case SymbolKind::
ConversionFunction
: return "conversion-func";
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
404
///
ConversionFunction
- The function that will perform the
407
FunctionDecl*
ConversionFunction
;
410
/// the same as \c
ConversionFunction
or it might be a using declaration
411
/// that refers to \c
ConversionFunction
.
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
530
if (
ConversionFunction
)
531
OS << '\'' << *
ConversionFunction
<< '\'';
1355
= dyn_cast<CXXConstructorDecl>(ICS.UserDefined.
ConversionFunction
)) {
3376
User.
ConversionFunction
= Constructor;
3572
User.
ConversionFunction
= Constructor;
3589
User.
ConversionFunction
= Conversion;
3828
if (ICS1.UserDefined.
ConversionFunction
==
3829
ICS2.UserDefined.
ConversionFunction
)
3835
ICS1.UserDefined.
ConversionFunction
,
3836
ICS2.UserDefined.
ConversionFunction
);
[
all
...]
SemaExprCXX.cpp
4040
FunctionDecl *FD = ICS.UserDefined.
ConversionFunction
;
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
1287
case SymbolKind::
ConversionFunction
: return CXIdxEntity_CXXConversionFunction;
Completed in 34 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026