clang  5.0.0
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
 
llvm::Optional< boolgetKnownValue () const
 

Friends

class Sema
 

Detailed Description

Definition at line 9607 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 9627 of file Sema.h.

Member Function Documentation

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

Definition at line 9633 of file Sema.h.

References clang::None.

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

Friends And Related Function Documentation

friend class Sema
friend

Definition at line 9614 of file Sema.h.


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