OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocTy
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/AsmParser/
LLParser.h
61
LLLexer::
LocTy
Loc;
89
typedef LLLexer::
LocTy
LocTy
;
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
L, const Twine &Msg) const
[
all
...]
LLLexer.h
54
typedef SMLoc
LocTy
;
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;
LLParser.cpp
160
for (StringMap<std::pair<Type*,
LocTy
> >::iterator I =
361
LocTy
TypeLoc = Lex.getLoc();
377
std::pair<Type*,
LocTy
> &Entry = NumberedTypes[TypeID];
392
LocTy
NameLoc = Lex.getLoc();
404
std::pair<Type*,
LocTy
> &Entry = NamedTypes[Name];
462
LocTy
NameLoc = Lex.getLoc();
499
LocTy
NameLoc = Lex.getLoc();
525
LocTy
NameLoc = Lex.getLoc();
654
LocTy
TyLoc;
669
std::map<unsigned, std::pair<TrackingVH<MDNode>,
LocTy
> >::iterato
[
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 634 milliseconds