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

  /external/clang/lib/Sema/
Scope.cpp 66 if (S->isFunctionPrototypeScope())
IdentifierResolver.cpp 114 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
SemaDecl.cpp 396 return S->isFunctionPrototypeScope();
398 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 216 assert(isFunctionPrototypeScope());
276 /// isFunctionPrototypeScope - Return true if this scope is a
278 bool isFunctionPrototypeScope() const {
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 74 milliseconds