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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 801 bool IsThrownVarInScope = false;
819 IsThrownVarInScope = true;
833 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
837 bool IsThrownVarInScope) {
874 if (IsThrownVarInScope)
881 Entity, NRVOVariable, QualType(), Ex, IsThrownVarInScope);
892 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);

Completed in 23 milliseconds