HomeSort by relevance Sort by last modified time
    Searched refs:OwnsVMContext (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 30 bool OwnsVMContext;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 273 OwnsVMContext(!_VMContext) {}
277 if (OwnsVMContext)
301 OwnsVMContext = false;

Completed in 261 milliseconds