HomeSort by relevance Sort by last modified time
    Searched defs:isFunctionScope (Results 1 - 2 of 2) 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/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 994 milliseconds