OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndentCount
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/TableGen/
StringMatcher.h
49
unsigned CharNo, unsigned
IndentCount
) const;
/external/llvm/lib/TableGen/
StringMatcher.cpp
45
unsigned CharNo, unsigned
IndentCount
) const {
47
std::string Indent(
IndentCount
*2+4, ' ');
98
return EmitStringMatcherForChar(Matches, FirstNonCommonLetter,
IndentCount
);
113
if (EmitStringMatcherForChar(LI->second, CharNo+1,
IndentCount
+1))
/external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp
138
void DIE::print(raw_ostream &O, unsigned
IndentCount
) const {
139
const std::string Indent(
IndentCount
, ' ');
159
IndentCount
+= 2;
174
IndentCount
-= 2;
177
Children[j]->print(O,
IndentCount
+4);
DIE.h
136
mutable unsigned
IndentCount
;
183
void print(raw_ostream &O, unsigned
IndentCount
= 0) const;
Completed in 132 milliseconds