OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeTraitExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
1668
TypeTraitExpr
::
TypeTraitExpr
(QualType T, SourceLocation Loc, TypeTrait Kind,
1689
TypeTraitExpr
*
TypeTraitExpr
::Create(const ASTContext &C, QualType T,
1696
return new (Mem)
TypeTraitExpr
(T, Loc, Kind, Args, RParenLoc, Value);
1699
TypeTraitExpr
*
TypeTraitExpr
::CreateDeserialized(const ASTContext &C,
1702
return new (Mem)
TypeTraitExpr
(EmptyShell());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
2665
class
TypeTraitExpr
final
2667
private llvm::TrailingObjects<
TypeTraitExpr
, TypeSourceInfo *> {
2675
//
TypeTraitExpr
.
2677
TypeTraitExpr
(QualType T, SourceLocation Loc, TypeTrait Kind,
2682
TypeTraitExpr
(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {}
2694
static
TypeTraitExpr
*Create(const ASTContext &C, QualType T,
2700
static
TypeTraitExpr
*CreateDeserialized(const ASTContext &C,
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026