Searched refs:CheckCXXThrowOperand (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 691 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow() 777 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() function in Sema
|
D | SemaChecking.cpp | 1009 if (CheckCXXThrowOperand( in CheckBuiltinFunctionCall()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 855 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow() 945 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() function in Sema
|
D | SemaChecking.cpp | 1861 if (CheckCXXThrowOperand( in CheckBuiltinFunctionCall()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4749 bool CheckCXXThrowOperand(SourceLocation ThrowLoc, QualType ThrowTy, Expr *E);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6041 bool CheckCXXThrowOperand(SourceLocation ThrowLoc, QualType ThrowTy, Expr *E);
|