OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DependentDecltypeType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp
849
void VisitDependentDecltypeType(const
DependentDecltypeType
*T) {
Type.cpp
3449
DependentDecltypeType
::
DependentDecltypeType
(const ASTContext &Context, Expr *E)
3452
void
DependentDecltypeType
::Profile(llvm::FoldingSetNodeID &ID,
ASTContext.cpp
5455
DependentDecltypeType
::Profile(ID, *this, e);
5458
DependentDecltypeType
*Canon
5462
Canon = new (*this, TypeAlignment)
DependentDecltypeType
(*this, e);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
217
mutable llvm::FoldingSet<
DependentDecltypeType
> DependentDecltypeTypes;
Type.h
4518
class
DependentDecltypeType
: public DecltypeType, public llvm::FoldingSetNode {
4522
DependentDecltypeType
(const ASTContext &Context, Expr *E);
Completed in 36 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026