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

  /external/llvm/lib/AsmParser/
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.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...]

Completed in 65 milliseconds