clang 19.0.0git
Public Member Functions | Friends | List of all members
clang::Sema::ConditionResult Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 ConditionResult ()
 
bool isInvalid () const
 
std::pair< VarDecl *, Expr * > get () const
 
std::optional< boolgetKnownValue () const
 

Friends

class Sema
 

Detailed Description

Definition at line 6073 of file Sema.h.

Constructor & Destructor Documentation

◆ ConditionResult()

clang::Sema::ConditionResult::ConditionResult ( )
inline

Definition at line 6095 of file Sema.h.

Member Function Documentation

◆ get()

std::pair< VarDecl *, Expr * > clang::Sema::ConditionResult::get ( ) const
inline

◆ getKnownValue()

std::optional< bool > clang::Sema::ConditionResult::getKnownValue ( ) const
inline

Definition at line 6101 of file Sema.h.

◆ isInvalid()

bool clang::Sema::ConditionResult::isInvalid ( ) const
inline

Friends And Related Function Documentation

◆ Sema

friend class Sema
friend

Definition at line 6079 of file Sema.h.


The documentation for this class was generated from the following file: