HomeSort by relevance Sort by last modified time
    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 4545 milliseconds