Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp603 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local
605 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6419 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local
6420 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()
6423 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
6424 return NonThrow->getType(); in CXXCheckConditionalOperands()