HomeSort by: relevance | last modified time | path
    Searched defs:shouldOmitDefinition (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind,
2433 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts()))
2445 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD,
CGDebugInfo.cpp 2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind,
2433 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts()))
2445 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD,

Completed in 48 milliseconds