Searched defs:AidlErrorLog (Results 1 – 2 of 2) sorted by relevance
33 AidlErrorLog(bool fatal, const AidlLocation& location) in AidlErrorLog() function40 AidlErrorLog(bool fatal, const std::string& filename) in AidlErrorLog() function42 AidlErrorLog(bool fatal, const AidlNode& node) : AidlErrorLog(fatal, node.location_) {} in AidlErrorLog() function43 AidlErrorLog(bool fatal, const AidlNode* node) : AidlErrorLog(fatal, *node) {} in AidlErrorLog() function46 AidlErrorLog(bool fatal, const std::unique_ptr<T>& node) : AidlErrorLog(fatal, *node) {} in AidlErrorLog() function
105 friend class AidlErrorLog; variable