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

  /external/lldb/source/Expression/
ClangExpressionParser.cpp 319 m_compiler->getCodeGenOpts().EmitDeclMetadata = true;
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 319 if (CGM.getCodeGenOpts().EmitDeclMetadata)
320 EmitDeclMetadata();
    [all...]
CodeGenModule.cpp 411 if (getCodeGenOpts().EmitDeclMetadata)
412 EmitDeclMetadata();
    [all...]
CodeGenModule.h     [all...]
CodeGenFunction.h     [all...]

Completed in 303 milliseconds