Searched refs:LocTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h60 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy; typedef in class:llvm::LLParser
115 StringMap<std::pair<Type*, LocTy> > NamedTypes;
116 std::map<unsigned, std::pair<Type*, LocTy> > NumberedTypes;
119 std::map<unsigned, std::pair<TempMDTuple, LocTy>> ForwardRefMDNodes;
122 std::map<std::string, std::pair<GlobalValue*, LocTy> > ForwardRefVals;
123 std::map<unsigned, std::pair<GlobalValue*, LocTy> > ForwardRefValIDs;
127 std::map<std::string, LocTy> ForwardRefComdats;
155 bool Error(LocTy
[all...]
H A DLLLexer.h53 typedef SMLoc LocTy; typedef in class:llvm::LLLexer
54 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
63 bool Error(LocTy L, const Twine &Msg) const;
66 void Warning(LocTy WarningLoc, const Twine &Msg) const;
H A DLLParser.cpp72 std::make_pair(I.getKey(), std::make_pair(I.second, LocTy())));
75 std::make_pair(I.first, std::make_pair(I.second, LocTy())));
154 for (StringMap<std::pair<Type*, LocTy> >::iterator I =
341 LocTy TypeLoc = Lex.getLoc();
354 std::pair<Type*, LocTy> &Entry = NumberedTypes[TypeID];
369 LocTy NameLoc = Lex.getLoc();
381 std::pair<Type*, LocTy> &Entry = NamedTypes[Name];
440 LocTy NameLoc = Lex.getLoc();
477 LocTy NameLoc = Lex.getLoc();
504 LocTy NameLo
[all...]
H A DLLLexer.cpp32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {

Completed in 114 milliseconds