OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionPrototypeScope
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
44
FunctionPrototypeScope
| AtCatchScope | ObjCMethodScope)) ==
72
if (flags &
FunctionPrototypeScope
) PrototypeDepth++;
75
if (flags &
FunctionPrototypeScope
)
167
} else if (Flags &
FunctionPrototypeScope
) {
168
OS << "
FunctionPrototypeScope
";
169
Flags &= ~
FunctionPrototypeScope
;
SemaCodeComplete.cpp
[
all
...]
SemaExprCXX.cpp
627
Scope::
FunctionPrototypeScope
| Scope::ObjCMethodScope |
[
all
...]
/external/clang/include/clang/Sema/
Scope.h
79
FunctionPrototypeScope
= 0x100,
83
/// other kind of function declarator). Always has
FunctionPrototypeScope
369
return getFlags() & Scope::
FunctionPrototypeScope
;
384
Scope::
FunctionPrototypeScope
|
436
/// is a
FunctionPrototypeScope
.
/external/clang/lib/Parse/
ParseCXXInlineMethods.cpp
308
ParseScope PrototypeScope(this, Scope::
FunctionPrototypeScope
|
[
all
...]
ParseDecl.cpp
372
PrototypeScope.reset(new ParseScope(this, Scope::
FunctionPrototypeScope
|
[
all
...]
Parser.cpp
[
all
...]
ParseExprCXX.cpp
[
all
...]
ParseObjc.cpp
[
all
...]
Completed in 45 milliseconds