OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StmtClass
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
120
Expr(
StmtClass
SC, QualType T, ExprValueKind VK, ExprObjectKind OK)
130
explicit Expr(
StmtClass
SC, EmptyShell) : ValueStmt(SC) { }
998
FullExpr(
StmtClass
SC, Expr *subexpr)
1004
FullExpr(
StmtClass
SC, EmptyShell Empty)
2776
static unsigned offsetToTrailingObjects(
StmtClass
SC);
2795
CallExpr(
StmtClass
SC, Expr *Fn, ArrayRef<Expr *> PreArgs,
2801
CallExpr(
StmtClass
SC, unsigned NumPreArgs, unsigned NumArgs,
3412
CastExpr(
StmtClass
SC, QualType ty, ExprValueKind VK, const CastKind kind,
3426
CastExpr(
StmtClass
SC, EmptyShell Empty, unsigned BasePathSize,
3627
ExplicitCastExpr(
StmtClass
SC, QualType exprTy, ExprValueKind VK
[
all
...]
ExprCXX.h
387
CXXNamedCastExpr(
StmtClass
SC, QualType ty, ExprValueKind VK, CastKind kind,
395
explicit CXXNamedCastExpr(
StmtClass
SC, EmptyShell Shell, unsigned PathSize,
1250
CXXDefaultArgExpr(
StmtClass
SC, SourceLocation Loc, ParmVarDecl *Param,
1503
CXXConstructExpr(
StmtClass
SC, QualType Ty, SourceLocation Loc,
1511
CXXConstructExpr(
StmtClass
SC, EmptyShell Empty, unsigned NumArgs);
2891
OverloadExpr(
StmtClass
SC, const ASTContext &Context,
2900
OverloadExpr(
StmtClass
SC, EmptyShell Empty, unsigned NumResults,
4692
CoroutineSuspendExpr(
StmtClass
SC, SourceLocation KeywordLoc, Expr *Common,
4705
CoroutineSuspendExpr(
StmtClass
SC, SourceLocation KeywordLoc, QualType Ty,
4717
CoroutineSuspendExpr(
StmtClass
SC, EmptyShell Empty) : Expr(SC, Empty)
[
all
...]
Stmt.h
70
enum
StmtClass
{
1144
explicit Stmt(
StmtClass
SC, EmptyShell) : Stmt(SC) {}
1153
Stmt(
StmtClass
SC) {
1162
StmtClass
getStmtClass() const {
1163
return static_cast<
StmtClass
>(StmtBits.sClass);
1176
static void addStmtClass(const
StmtClass
s);
1533
SwitchCase(
StmtClass
SC, SourceLocation KWLoc, SourceLocation ColonLoc)
1538
SwitchCase(
StmtClass
SC, EmptyShell) : Stmt(SC) {}
2834
AsmStmt(
StmtClass
SC, SourceLocation asmloc, bool issimple, bool isvolatile,
2842
explicit AsmStmt(
StmtClass
SC, EmptyShell Empty) : Stmt(SC, Empty) {
[
all
...]
StmtOpenMP.h
159
OMPCanonicalLoop() : Stmt(
StmtClass
::OMPCanonicalLoopClass) {}
181
return S->getStmtClass() ==
StmtClass
::OMPCanonicalLoopClass;
295
OMPExecutableDirective(
StmtClass
SC, OpenMPDirectiveKind K,
692
OMPLoopBasedDirective(
StmtClass
SC, OpenMPDirectiveKind Kind,
1062
OMPLoopDirective(
StmtClass
SC, OpenMPDirectiveKind Kind,
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp
41
virtual void HandleStmtClass(Stmt::
StmtClass
SC) = 0;
85
void HandleStmtClass(Stmt::
StmtClass
SC) override {
172
void HandleStmtClass(Stmt::
StmtClass
SC) override {
1528
static Stmt::
StmtClass
DecodeOperatorCall(const CXXOperatorCallExpr *S,
1743
Stmt::
StmtClass
SC = DecodeOperatorCall(S, UnaryOp, BinaryOp);
Stmt.cpp
56
static StmtClassNameTable &getStmtInfoTableEntry(Stmt::
StmtClass
E) {
78
return getStmtInfoTableEntry((
StmtClass
) StmtBits.sClass).Name;
124
void Stmt::addStmtClass(
StmtClass
s) {
ExprCXX.cpp
412
OverloadExpr::OverloadExpr(
StmtClass
SC, const ASTContext &Context,
450
OverloadExpr::OverloadExpr(
StmtClass
SC, EmptyShell Empty, unsigned NumResults,
1055
StmtClass
SC, QualType Ty, SourceLocation Loc, CXXConstructorDecl *Ctor,
1079
CXXConstructExpr::CXXConstructExpr(
StmtClass
SC, EmptyShell Empty,
Expr.cpp
1312
CallExpr::CallExpr(
StmtClass
SC, Expr *Fn, ArrayRef<Expr *> PreArgs,
1344
CallExpr::CallExpr(
StmtClass
SC, unsigned NumPreArgs, unsigned NumArgs,
1391
unsigned CallExpr::offsetToTrailingObjects(
StmtClass
SC) {
ASTStructuralEquivalence.cpp
372
case Stmt::
StmtClass
::CLASS##Class: \
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h
1262
BuildOptions &setAlwaysAdd(Stmt::
StmtClass
stmtClass
, bool val = true) {
1263
alwaysAddMask[
stmtClass
] = val;
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
2845
Stmt::
StmtClass
Class,
Completed in 73 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026