Home
last modified time | relevance | path

Searched refs:fIncludeParser (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DmdOut.h26 , fIncludeParser(inc) { in MdOut()
298 IncludeParser& fIncludeParser; variable
DmdOut.cpp641 if (!fIncludeParser.references(file)) { in buildReferences()
1151 string block = fIncludeParser.elidedCodeBlock(*member); in addCodeBlock()
1192 fIncludeParser.codeBlock(markType, name, fInProgress)); in addCodeBlock()
1202 fIncludeParser.writeCodeBlock(function, MarkType::kFunction, 0)); in addCodeBlock()
1525 Definition* iMethod = fIncludeParser.findMethod(*def); in markTypeOut()
1621 string codeBlock = fIncludeParser.filteredBlock( in markTypeOut()
1637 string codeBlock = fIncludeParser.codeBlock(*grand, fInProgress); in markTypeOut()
1647 const Definition* includeDef = fIncludeParser.include(incName + ".h"); in markTypeOut()
1663 string filteredBlock = fIncludeParser.filteredBlock(inContents, filterContents); in markTypeOut()
1670 Definition* iMethod = fIncludeParser.findMethod(*parent); in markTypeOut()