Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3473 bool FoundBody = false; in doesDeclarationForceExternallyVisibleDefinition() local
3475 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3488 return FoundBody; in doesDeclarationForceExternallyVisibleDefinition()
3498 bool FoundBody = false; in doesDeclarationForceExternallyVisibleDefinition() local
3500 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3504 return FoundBody; in doesDeclarationForceExternallyVisibleDefinition()