HomeSort by: relevance | last modified time | path
    Searched refs:IsThrownVarInScope (Results 1 - 2 of 2) 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);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6187 bool IsThrownVarInScope);

Completed in 41 milliseconds