Searched refs:isFunctionPrototypeScope (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h254 assert(isFunctionPrototypeScope());
347 /// isFunctionPrototypeScope - Return true if this scope is a
349 bool isFunctionPrototypeScope() const { function in class:clang::Scope
/external/clang/lib/Sema/
H A DScope.cpp94 if (S->isFunctionPrototypeScope())
H A DIdentifierResolver.cpp101 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
H A DSemaDecl.cpp503 return S->isFunctionPrototypeScope();
505 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
9529 assert(S->isFunctionPrototypeScope());
11011 S->isFunctionPrototypeScope()) ||
11426 getNonFieldDeclScope(S)->isFunctionPrototypeScope()) {
/external/clang/lib/Parse/
H A DParseDecl.cpp5063 assert(getCurScope()->isFunctionPrototypeScope() &&

Completed in 748 milliseconds