Searched refs:isBlockScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h210 /// isBlockScope - Return true if this scope correspond to a closure.
211 bool isBlockScope() const { return Flags & BlockScope; } function in class:clang::Scope

Completed in 53 milliseconds