Searched defs:LocTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
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;
67 void Warning(LocTy WarningLoc, const Twine &Msg) const;
H A DLLParser.h61 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy; typedef in class:llvm::LLParser
115 StringMap<std::pair<Type*, LocTy> > NamedTypes;
116 std::vector<std::pair<Type*, LocTy> > NumberedTypes;
119 std::map<unsigned, std::pair<TrackingVH<MDNode>, 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;
148 bool Error(LocTy
[all...]

Completed in 62 milliseconds