Home
last modified time | relevance | path

Searched refs:WithinFunction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCCodeView.cpp305 bool WithinFunction = true; in encodeInlineLineTable() local
313 if (WithinFunction) { in encodeInlineLineTable()
319 WithinFunction = false; in encodeInlineLineTable()
322 WithinFunction = true; in encodeInlineLineTable()
361 assert(WithinFunction); in encodeInlineLineTable()
/external/clang/lib/Sema/
DSemaDecl.cpp1506 bool WithinFunction = D->getDeclContext()->isFunctionOrMethod(); in ShouldDiagnoseUnusedDecl() local
1509 WithinFunction = in ShouldDiagnoseUnusedDecl()
1510 WithinFunction || (R->isLocalClass() && !R->isDependentType()); in ShouldDiagnoseUnusedDecl()
1511 if (!WithinFunction) in ShouldDiagnoseUnusedDecl()