HomeSort by: relevance | last modified time | path
    Searched defs:ValueStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 1142 const Stmt *ValueStmt = S;
1144 ValueStmt = ValueExpr;
1151 CK_NullPassedToNonnull, N, nullptr, C, ValueStmt);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1779 class ValueStmt : public Stmt {
1786 const ValueStmt *ConstThis = this;
1798 class LabelStmt : public ValueStmt {
1806 : ValueStmt(LabelStmtClass), TheDecl(D), SubStmt(substmt) {
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {}
1846 : public ValueStmt,
1855 : ValueStmt(AttributedStmtClass), SubStmt(SubStmt) {
1862 : ValueStmt(AttributedStmtClass, Empty) {

Completed in 29 milliseconds