Searched refs:BuildPath (Results 1 – 2 of 2) sorted by relevance
87 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), in init() local129 if (!BuildPath.empty()) { in init()131 CompilationDatabase::autoDetectFromDirectory(BuildPath, ErrorMessage); in init()
60 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), cl::init(""), variable93 BuildPath.empty() ? Filename : BuildPath, ErrorMessage); in getAST()