OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeclScope
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Sema/
IdentifierResolver.cpp
106
if (S->
isDeclScope
(D))
124
if (S->
isDeclScope
(D))
128
return S->getParent()->
isDeclScope
(D);
Scope.cpp
120
if (
isDeclScope
(Candidate))
SemaLookup.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaDeclObjC.cpp
[
all
...]
SemaExprCXX.cpp
620
if (S->
isDeclScope
(Var)) {
[
all
...]
SemaOpenMP.cpp
522
while (CurScope != TopScope && !CurScope->
isDeclScope
(D)) {
[
all
...]
SemaDeclCXX.cpp
[
all
...]
/external/clang/include/clang/Sema/
Scope.h
304
///
isDeclScope
- Return true if this is the scope that the specified decl is
306
bool
isDeclScope
(Decl *D) {
Completed in 230 milliseconds