Home
last modified time | relevance | path

Searched refs:IdLocListType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h404 using IdLocListType = std::vector<std::pair<unsigned, LocTy>>; variable
406 IdLocListType &IdLocList);
408 IdLocListType &IdLocList);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9420 IdLocListType &IdLocList) { in parseParamAccessCall()
9451 IdLocListType &IdLocList) { in parseParamAccess()
9491 IdLocListType VContexts; in parseOptionalParamAccesses()
9508 IdLocListType::const_iterator ItContext = VContexts.begin(); in parseOptionalParamAccesses()