Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl.cpp306 bool ParsePreprocessedLine(const string& line, string* decl, std::string* package, in ParsePreprocessedLine() function
426 if (!ParsePreprocessedLine(line, &decl, &package, &class_name)) { in parse_preprocessed_file()