HomeSort by: relevance | last modified time | path
    Searched refs:FRS_Success (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 2517 /// BeginExpr and EndExpr are set and FRS_Success is returned on success;
2542 if (RangeStatus != Sema::FRS_Success) {
2562 return Sema::FRS_Success;
2571 if (RangeStatus != Sema::FRS_Success) {
2582 return Sema::FRS_Success;
2615 case Sema::FRS_Success:
2616 return Sema::FRS_Success;
2907 if (RangeStatus != FRS_Success)
SemaOverload.cpp 14917 /// CallExpr is set to a valid expression and FRS_Success returned on success,
14978 return FRS_Success;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3800 FRS_Success,

Completed in 92 milliseconds