Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h330 if (const Scope *FnS = getFnParent()) { in isInCXXInlineMethodScope() local
331 assert(FnS->getParent() && "TUScope not created?"); in isInCXXInlineMethodScope()
332 return FnS->getParent()->isClassScope(); in isInCXXInlineMethodScope()