Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp125 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
141 IsOperatorNew)) in CheckEquivalentExceptionSpec()
310 bool IsOperatorNew) { in CheckEquivalentExceptionSpec() argument
414 if (getLangOpts().CPlusPlus0x && IsOperatorNew) { in CheckEquivalentExceptionSpec()
/external/clang/include/clang/Sema/
DSema.h907 bool IsOperatorNew = false);