Searched refs:shouldOmitDefinition (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2314 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() function 2367 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType() 2379 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1656 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() function 1695 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
|