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 71 of file EHScopeStack.h.