Home
last modified time | relevance | path

Searched refs:WithExceptions (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp383 const FunctionProtoType *WithExceptions = 0; in CheckEquivalentExceptionSpec() local
385 WithExceptions = New; in CheckEquivalentExceptionSpec()
387 WithExceptions = Old; in CheckEquivalentExceptionSpec()
388 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()
391 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec()
/external/protobuf/gtest/scons/
DSConstruct.common133 def WithExceptions(cls, env):
147 WithExceptions = classmethod(WithExceptions)
DSConscript123 EnvCreator.WithExceptions)