Searched refs:StmtError (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp93 return StmtError(Diag(AsmString->getLocStart(),diag::err_asm_wide_character)
99 return StmtError(Diag(Literal->getLocStart(),diag::err_asm_wide_character)
108 return StmtError(Diag(Literal->getLocStart(),
115 return StmtError(Diag(OutputExpr->getLocStart(),
121 return StmtError();
131 return StmtError(Diag(Literal->getLocStart(),diag::err_asm_wide_character)
141 return StmtError(Diag(Literal->getLocStart(),
151 return StmtError(Diag(InputExpr->getLocStart(),
159 return StmtError(Diag(InputExpr->getLocStart(),
168 return StmtError();
[all...]
H A DSemaStmt.cpp40 return StmtError();
45 return StmtError();
58 return StmtError();
71 if (DG.isNull()) return StmtError();
345 return StmtError();
354 return StmtError();
436 return StmtError();
446 return StmtError();
450 return StmtError();
576 return StmtError();
[all...]
H A DTreeTransform.h1387 return StmtError();
1444 return StmtError();
2685 return StmtError();
5296 return StmtError();
5308 return StmtError();
5332 return StmtError();
5338 return StmtError();
5350 return StmtError();
5355 return StmtError();
5367 return StmtError();
[all...]
H A DSemaOpenMP.cpp654 StmtResult Res = StmtError();
660 return StmtError();
691 if (ErrorFound) return StmtError();
H A DSemaDeclCXX.cpp8867 return StmtError();
8992 return StmtError();
9001 return StmtError();
9021 return StmtError();
H A DSemaExprCXX.cpp6029 if (!FullStmt) return StmtError();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp185 return StmtError();
207 return StmtError();
228 return StmtError();
333 return StmtError();
415 return StmtError(Diag(Tok,diag::err_expected_lbrace));
430 return StmtError(Diag(Tok,diag::err_seh_expected_handler));
453 return StmtError();
471 return StmtError();
474 return StmtError();
609 return StmtError();
[all...]
H A DParseObjc.cpp1782 return StmtError();
1798 return StmtError();
1819 return StmtError();
1834 return StmtError();
1859 return StmtError();
1922 return StmtError();
1945 return StmtError();
1961 return StmtError();
2061 return StmtError();
2082 return StmtError();
[all...]
H A DParseOpenMP.cpp97 StmtResult Directive = StmtError();
H A DParsePragma.cpp134 return StmtError();
148 return StmtError();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h272 inline StmtResult StmtError() { return StmtResult(true); } function in namespace:clang
275 inline StmtResult StmtError(const DiagnosticBuilder&) { return StmtError(); } function in namespace:clang
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h253 StmtResult StmtError() { return StmtResult(true); } function in class:clang::Parser
256 StmtResult StmtError(const DiagnosticBuilder &) { return StmtError(); } function in class:clang::Parser

Completed in 171 milliseconds