Lines Matching defs:InvocationList
547 // The path is stored in the InvocationList member in posix style. To
576 /// \p InvocationList. The invocation list should contain absolute paths.
591 assert(InvocationList);
593 auto Invocation = InvocationList->find(SourceFilePath);
594 if (Invocation == InvocationList->end())
620 InvocationListTy InvocationList;
663 if (InvocationList.contains(InvocationKey))
682 InvocationList[InvocationKey].emplace_back(
686 if (InvocationList[InvocationKey].empty())
691 return InvocationList;
696 if (InvocationList)
722 InvocationList = *ExpectedInvocationList;