OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowNestedNameSpecifiers
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaCodeComplete.cpp
137
bool
AllowNestedNameSpecifiers
;
178
AllowNestedNameSpecifiers
(false), HasObjectTypeQualifiers(false),
253
void
allowNestedNameSpecifiers
(bool Allow = true) {
254
AllowNestedNameSpecifiers
= Allow;
539
if (
AllowNestedNameSpecifiers
&& SemaRef.getLangOpts().CPlusPlus &&
[
all
...]
/external/clang/lib/Parse/
ParseDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 6729 milliseconds