OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectTypeSearchedInScope
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaCXXScopeSpec.cpp
420
bool
ObjectTypeSearchedInScope
= false;
460
ObjectTypeSearchedInScope
= true;
525
if (!ObjectType.isNull() && !
ObjectTypeSearchedInScope
&&
[
all
...]
SemaTemplate.cpp
281
bool
ObjectTypeSearchedInScope
= false;
300
ObjectTypeSearchedInScope
= true;
365
if (S && !ObjectType.isNull() && !
ObjectTypeSearchedInScope
&&
[
all
...]
Completed in 141 milliseconds