Home
last modified time | relevance | path

Searched refs:IsOperatorNew (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExceptionSpec.cpp155 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
169 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) { in CheckEquivalentExceptionSpec()
326 bool IsOperatorNew) { in CheckEquivalentExceptionSpec() argument
430 if (getLangOpts().CPlusPlus11 && IsOperatorNew) { in CheckEquivalentExceptionSpec()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1102 bool IsOperatorNew = false);