HomeSort by relevance Sort by last modified time
    Searched refs:LocTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/AsmParser/
LLParser.h 60 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy;
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 L, const Twine &Msg) const
    [all...]
LLLexer.h 53 typedef SMLoc LocTy;
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;
LLParser.cpp 72 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 NameLoc = Lex.getLoc()
    [all...]
LLLexer.cpp 32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {

Completed in 397 milliseconds