Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp304 bool ParsePreprocessedLine(const string& line, string* decl, std::string* package, in ParsePreprocessedLine() function
373 if (!ParsePreprocessedLine(line, &decl, &package, &class_name)) { in parse_preprocessed_file()