Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h514 bool isPlainFunction() const { return Kind == SK_Function; } in isPlainFunction() function
/external/llvm-project/clang/lib/Sema/
DSema.cpp1992 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()