Searched refs:FRS_Success (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1787 /// BeginExpr and EndExpr are set and FRS_Success is returned on success;
1841 if (RangeStatus != Sema::FRS_Success)
1855 if (RangeStatus != Sema::FRS_Success)
1862 return Sema::FRS_Success;
2032 if (RangeStatus != FRS_Success)
H A DSemaOverload.cpp11435 /// CallExpr is set to a valid expression and FRS_Success returned on success,
11501 return FRS_Success;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2138 FRS_Success, enumerator in enum:clang::Sema::ForRangeStatus

Completed in 119 milliseconds