clang  3.7.0
clang::CodeGen::DominatingPointer< T, mightBeInstruction > Struct Template Reference

#include <EHScopeStack.h>

Inheritance diagram for clang::CodeGen::DominatingPointer< T, mightBeInstruction >:
[legend]

Detailed Description

template<class T, bool mightBeInstruction = std::is_base_of<llvm::Value, T>::value && !std::is_base_of<llvm::Constant, T>::value && !std::is_base_of<llvm::BasicBlock, T>::value>
struct clang::CodeGen::DominatingPointer< T, mightBeInstruction >

Definition at line 72 of file EHScopeStack.h.


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