Searched refs:filteredBlock (Results 1 – 3 of 3) sorted by relevance
1621 string codeBlock = fIncludeParser.filteredBlock( in markTypeOut()1663 string filteredBlock = fIncludeParser.filteredBlock(inContents, filterContents); in markTypeOut() local1664 this->resolveOut(filteredBlock.c_str(), filteredBlock.c_str() in markTypeOut()1665 + filteredBlock.length(), this->resolvable(parent)); in markTypeOut()
174 string filteredBlock(string inContents, string filterContents);
1697 string IncludeParser::filteredBlock(string inContents, string filterContents) { in filteredBlock() function in IncludeParser