Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h377 if (const Scope *FnS = getFnParent()) { in isInCXXInlineMethodScope() local
378 assert(FnS->getParent() && "TUScope not created?"); in isInCXXInlineMethodScope()
379 return FnS->getParent()->isClassScope(); in isInCXXInlineMethodScope()