OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeclScope
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Sema/
IdentifierResolver.cpp
117
if (S->
isDeclScope
(D))
134
return S->getParent()->
isDeclScope
(D);
SemaLookup.cpp
857
for (; I != IEnd && S->
isDeclScope
(*I); ++I) {
[
all
...]
SemaDecl.cpp
[
all
...]
SemaDeclObjC.cpp
[
all
...]
SemaExprCXX.cpp
501
if (S->
isDeclScope
(Var)) {
[
all
...]
SemaDeclCXX.cpp
[
all
...]
/external/clang/include/clang/Sema/
Scope.h
242
///
isDeclScope
- Return true if this is the scope that the specified decl is
244
bool
isDeclScope
(Decl *D) {
Completed in 25 milliseconds