OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecltypeType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
3428
DecltypeType
::
DecltypeType
(Expr *E, QualType underlyingType, QualType can)
3440
bool
DecltypeType
::isSugared() const { return !E->isInstantiationDependent(); }
3442
QualType
DecltypeType
::desugar() const {
3450
:
DecltypeType
(E, Context.DependentTy), Context(Context) {}
Type.cpp
3428
DecltypeType
::
DecltypeType
(Expr *E, QualType underlyingType, QualType can)
3440
bool
DecltypeType
::isSugared() const { return !E->isInstantiationDependent(); }
3442
QualType
DecltypeType
::desugar() const {
3450
:
DecltypeType
(E, Context.DependentTy), Context(Context) {}
Completed in 32 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026