Searched defs:isFunctionScope (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h320 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); } function in class:clang::Scope
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2342 bool isFunctionScope = Owner->isFunctionOrMethod(); local

Completed in 118 milliseconds