Searched refs:getCommands (Results 1 – 3 of 3) sorted by relevance
21 static std::unordered_map<cl::SubCommand *, HandlerType> &getCommands() { in getCommands() function28 assert(getCommands().count(SC) == 0 && in CommandRegistration()31 getCommands()[SC] = Command; in CommandRegistration()35 auto It = getCommands().find(SC); in dispatch()36 assert(It != getCommands().end() && in dispatch()
239 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()254 getCommands(AllCommands, Commands); in getAllCompileCommands()312 void JSONCompilationDatabase::getCommands( in getCommands() function in JSONCompilationDatabase
121 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,