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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h30 bool OwnsVMContext; member in class:clang::CodeGenAction
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp290 OwnsVMContext(!_VMContext) {}
294 if (OwnsVMContext)
318 OwnsVMContext = false;

Completed in 107 milliseconds