HomeSort by relevance Sort by last modified time
    Searched refs:StmtClass (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 61 enum StmtClass {
327 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {}
330 Stmt(StmtClass SC) {
337 StmtClass getStmtClass() const {
338 return static_cast<StmtClass>(StmtBits.sClass);
350 static void addStmtClass(const StmtClass s);
644 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
648 SwitchCase(StmtClass SC, EmptyShell)
    [all...]
Expr.h 108 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
122 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
    [all...]
ExprCXX.h 194 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK,
202 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
    [all...]
StmtOpenMP.h 67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K,
383 OMPLoopDirective(const T *That, StmtClass SC, OpenMPDirectiveKind Kind,
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 37 static StmtClassNameTable &getStmtInfoTableEntry(Stmt::StmtClass E) {
59 return getStmtInfoTableEntry((StmtClass) StmtBits.sClass).Name;
87 void Stmt::addStmtClass(StmtClass s) {
    [all...]
ExprCXX.cpp 320 OverloadExpr::OverloadExpr(StmtClass K, const ASTContext &C,
    [all...]
StmtProfile.cpp 884 static Stmt::StmtClass DecodeOperatorCall(const CXXOperatorCallExpr *S,
1075 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp);
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 746 BuildOptions &setAlwaysAdd(Stmt::StmtClass stmtClass, bool val = true) {
747 alwaysAddMask[stmtClass] = val;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 456 milliseconds