HomeSort by: relevance | last modified time | path
    Searched refs:ForwardRefTypeIds (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 293 if (!ForwardRefTypeIds.empty())
294 return error(ForwardRefTypeIds.begin()->second.front().second,
296 Twine(ForwardRefTypeIds.begin()->first) + "'");
8065 auto FwdRefTIDs = ForwardRefTypeIds.find(ID);
8066 if (FwdRefTIDs != ForwardRefTypeIds.end()) {
8072 ForwardRefTypeIds.erase(FwdRefTIDs);
8170 auto FwdRefTIDs = ForwardRefTypeIds.find(ID);
8171 if (FwdRefTIDs != ForwardRefTypeIds.end()) {
8177 ForwardRefTypeIds.erase(FwdRefTIDs);
9336 auto &Ids = ForwardRefTypeIds[I.first]
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 151 ForwardRefTypeIds;

Completed in 32 milliseconds