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

/external/llvm/lib/AsmParser/
H A DLLParser.h59 LLLexer::LocTy Loc;
87 typedef LLLexer::LocTy LocTy; typedef in class:llvm::LLParser
111 StringMap<std::pair<Type*, LocTy> > NamedTypes;
112 std::vector<std::pair<Type*, LocTy> > NumberedTypes;
115 std::map<unsigned, std::pair<TrackingVH<MDNode>, LocTy> > ForwardRefMDNodes;
118 std::map<std::string, std::pair<GlobalValue*, LocTy> > ForwardRefVals;
119 std::map<unsigned, std::pair<GlobalValue*, LocTy> > ForwardRefValIDs;
137 bool Error(LocTy L, const Twine &Msg) const {
147 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Lo
[all...]
H A DLLLexer.h54 typedef SMLoc LocTy; typedef in class:llvm::LLLexer
55 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
64 bool Error(LocTy L, const Twine &Msg) const;
H A DLLParser.cpp97 for (StringMap<std::pair<Type*, LocTy> >::iterator I =
295 LocTy TypeLoc = Lex.getLoc();
311 std::pair<Type*, LocTy> &Entry = NumberedTypes[TypeID];
326 LocTy NameLoc = Lex.getLoc();
338 std::pair<Type*, LocTy> &Entry = NamedTypes[Name];
394 LocTy NameLoc = Lex.getLoc();
423 LocTy NameLoc = Lex.getLoc();
520 LocTy TyLoc;
535 std::map<unsigned, std::pair<TrackingVH<MDNode>, LocTy> >::iterator
565 bool LLParser::ParseAlias(const std::string &Name, LocTy NameLo
[all...]
H A DLLLexer.cpp31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {

Completed in 56 milliseconds