Searched defs:LocTy (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
H A D | LLLexer.h | 53 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 D | LLParser.h | 60 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...] |
Completed in 3438 milliseconds