Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h395 if (const Scope *FnS = getFnParent()) { in isInCXXInlineMethodScope() local
396 assert(FnS->getParent() && "TUScope not created?"); in isInCXXInlineMethodScope()
397 return FnS->getParent()->isClassScope(); in isInCXXInlineMethodScope()