Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp21 static std::unordered_map<cl::SubCommand *, HandlerType> &getCommands() { in getCommands() function
28 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()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp239 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()
254 getCommands(AllCommands, Commands); in getAllCompileCommands()
312 void JSONCompilationDatabase::getCommands( in getCommands() function in JSONCompilationDatabase
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h121 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,