OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TerseOutput
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
PrettyPrinter.h
43
TerseOutput
(false), PolishForDeclaration(false),
144
unsigned
TerseOutput
: 1;
/external/clang/lib/AST/
DeclPrinter.cpp
222
if (Policy.
TerseOutput
)
570
else if (D->doesThisDeclarationHaveABody() && !Policy.
TerseOutput
) {
940
if (OMD->getBody() && !Policy.
TerseOutput
) {
[
all
...]
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
416
PP.
TerseOutput
= 1;
/external/clang/unittests/AST/
DeclPrinterTest.cpp
36
Policy.
TerseOutput
= true;
[
all
...]
Completed in 116 milliseconds