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
60
LLLexer::
LocTy
Loc;
88
typedef LLLexer::
LocTy
LocTy
;
112
StringMap<std::pair<Type*,
LocTy
> > NamedTypes;
113
std::vector<std::pair<Type*,
LocTy
> > NumberedTypes;
116
std::map<unsigned, std::pair<TrackingVH<MDNode>,
LocTy
> > ForwardRefMDNodes;
119
std::map<std::string, std::pair<GlobalValue*,
LocTy
> > ForwardRefVals;
120
std::map<unsigned, std::pair<GlobalValue*,
LocTy
> > ForwardRefValIDs;
142
bool Error(
LocTy
L, const Twine &Msg) const {
152
GlobalValue *GetGlobalVal(const std::string &N, Type *Ty,
LocTy
Loc)
[
all
...]
LLLexer.h
54
typedef SMLoc
LocTy
;
55
LocTy
getLoc() const { return SMLoc::getFromPointer(TokStart); }
64
bool Error(
LocTy
L, const Twine &Msg) const;
LLParser.cpp
155
for (StringMap<std::pair<Type*,
LocTy
> >::iterator I =
352
LocTy
TypeLoc = Lex.getLoc();
368
std::pair<Type*,
LocTy
> &Entry = NumberedTypes[TypeID];
383
LocTy
NameLoc = Lex.getLoc();
395
std::pair<Type*,
LocTy
> &Entry = NamedTypes[Name];
451
LocTy
NameLoc = Lex.getLoc();
480
LocTy
NameLoc = Lex.getLoc();
577
LocTy
TyLoc;
592
std::map<unsigned, std::pair<TrackingVH<MDNode>,
LocTy
> >::iterator
622
bool LLParser::ParseAlias(const std::string &Name,
LocTy
NameLoc
[
all
...]
LLLexer.cpp
32
bool LLLexer::Error(
LocTy
ErrorLoc, const Twine &Msg) const {
Completed in 644 milliseconds