Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3608 bool FoundBody = false; in doesDeclarationForceExternallyVisibleDefinition() local
3610 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3623 return FoundBody; in doesDeclarationForceExternallyVisibleDefinition()
3633 bool FoundBody = false; in doesDeclarationForceExternallyVisibleDefinition() local
3635 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3639 return FoundBody; in doesDeclarationForceExternallyVisibleDefinition()