Home
last modified time | relevance | path

Searched refs:getNoexceptSpec (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExceptionSpec.cpp374 FunctionProtoType::NoexceptResult OldNR = Old->getNoexceptSpec(Context); in CheckEquivalentExceptionSpec()
375 FunctionProtoType::NoexceptResult NewNR = New->getNoexceptSpec(Context); in CheckEquivalentExceptionSpec()
553 FunctionProtoType::NoexceptResult SuperNR =Superset->getNoexceptSpec(Context); in CheckExceptionSpecSubset()
576 FunctionProtoType::NoexceptResult SubNR = Subset->getNoexceptSpec(Context); in CheckExceptionSpecSubset()
DSemaDeclCXX.cpp194 Proto->getNoexceptSpec(Self->Context); in CalledDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp501 if (Proto->getNoexceptSpec(getContext()) == FunctionProtoType::NR_Nothrow) { in EmitStartEHSpec()
569 if (Proto->getNoexceptSpec(getContext()) == FunctionProtoType::NR_Nothrow) { in EmitEndEHSpec()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DType.h2987 NoexceptResult getNoexceptSpec(const ASTContext &Ctx) const;
3025 return getNoexceptSpec(Ctx) == NR_Nothrow;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp1666 FunctionProtoType::getNoexceptSpec(const ASTContext &ctx) const { in getNoexceptSpec() function in FunctionProtoType