Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h360 using IdLocListType = std::vector<std::pair<unsigned, LocTy>>; variable
362 IdLocListType &IdLocList);
364 IdLocListType &IdLocList);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8797 IdLocListType &IdLocList) { in parseParamAccessCall()
8828 IdLocListType &IdLocList) { in parseParamAccess()
8868 IdLocListType VContexts; in parseOptionalParamAccesses()
8885 IdLocListType::const_iterator ItContext = VContexts.begin(); in parseOptionalParamAccesses()