OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuppressTagKeyword
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
PrettyPrinter.h
39
SuppressTagKeyword
(false), SuppressTag(false), SuppressScope(false),
76
bool
SuppressTagKeyword
: 1;
/external/clang/lib/AST/
TypePrinter.cpp
64
bool
SuppressTagKeyword
;
69
SuppressTagKeyword
= Policy.
SuppressTagKeyword
;
71
Policy.
SuppressTagKeyword
= true;
76
Policy.
SuppressTagKeyword
=
SuppressTagKeyword
;
856
// bool
SuppressTagKeyword
857
// = Policy.LangOpts.CPlusPlus || Policy.
SuppressTagKeyword
;
861
if (!(Policy.LangOpts.CPlusPlus || Policy.
SuppressTagKeyword
||
[
all
...]
Completed in 2696 milliseconds