HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionPrototypeScope (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 225 assert(isFunctionPrototypeScope());
285 /// isFunctionPrototypeScope - Return true if this scope is a
287 bool isFunctionPrototypeScope() const {
  /external/clang/lib/Sema/
SemaDecl.cpp 329 return S->isFunctionPrototypeScope();
331 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]

Completed in 2412 milliseconds