OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllowNestedNameSpecifiers
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
ParseDecl.cpp
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
130
bool
AllowNestedNameSpecifiers
;
169
AllowNestedNameSpecifiers
(false), HasObjectTypeQualifiers(false),
241
void
allowNestedNameSpecifiers
(bool Allow = true) {
242
AllowNestedNameSpecifiers
= Allow;
532
if (
AllowNestedNameSpecifiers
&& SemaRef.getLangOptions().CPlusPlus &&
[
all
...]
Completed in 540 milliseconds