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

/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h38 CodeGenAction(unsigned _Act, llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp628 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext) argument
629 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext),

Completed in 330 milliseconds