OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionPrototypeScope
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
262
assert(
isFunctionPrototypeScope
());
366
///
isFunctionPrototypeScope
- Return true if this scope is a
368
bool
isFunctionPrototypeScope
() const {
/external/clang/lib/Sema/
Scope.cpp
97
if (S->
isFunctionPrototypeScope
())
IdentifierResolver.cpp
101
if (Ctx->isFunctionOrMethod() || (S && S->
isFunctionPrototypeScope
())) {
SemaDecl.cpp
550
return S->
isFunctionPrototypeScope
();
552
return CurContext->isFunctionOrMethod() || S->
isFunctionPrototypeScope
();
[
all
...]
/external/clang/lib/Parse/
ParseDecl.cpp
[
all
...]
Completed in 41 milliseconds