OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionScope
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
319
///
isFunctionScope
() - Return true if this scope is a function scope.
320
bool
isFunctionScope
() const { return (getFlags() & Scope::FnScope); }
/external/clang/lib/Sema/
SemaCXXScopeSpec.cpp
258
if (S->
isFunctionScope
()) {
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
Completed in 1303 milliseconds