Searched refs:SelTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h60 llvm::DIType SelTy; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp438 if (SelTy)
439 return SelTy;
440 SelTy =
444 return SelTy;

Completed in 99 milliseconds