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 254 assert(isFunctionPrototypeScope());
347 /// isFunctionPrototypeScope - Return true if this scope is a
349 bool isFunctionPrototypeScope() const {
  /external/clang/lib/Sema/
Scope.cpp 94 if (S->isFunctionPrototypeScope())
IdentifierResolver.cpp 101 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
SemaDecl.cpp 503 return S->isFunctionPrototypeScope();
505 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 87 milliseconds