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 281 if (CGM.getCodeGenOpts().EmitDeclMetadata)
282 EmitDeclMetadata();
    [all...]
CodeGenModule.cpp 383 if (getCodeGenOpts().EmitDeclMetadata)
384 EmitDeclMetadata();
    [all...]
CodeGenModule.h     [all...]
CodeGenFunction.h     [all...]

Completed in 100 milliseconds