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

  /external/clang/include/clang/Sema/
Scope.h 265 assert(isFunctionPrototypeScope());
369 /// isFunctionPrototypeScope - Return true if this scope is a
371 bool isFunctionPrototypeScope() const {
  /external/clang/lib/Sema/
Scope.cpp 101 if (S->isFunctionPrototypeScope())
IdentifierResolver.cpp 101 if (Ctx->isFunctionOrMethod() || (S && S->isFunctionPrototypeScope())) {
SemaDecl.cpp 594 return S->isFunctionPrototypeScope();
596 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 480 milliseconds