Searched refs:DefLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DMacroInfo.cpp18 MacroInfo::MacroInfo(SourceLocation DefLoc) argument
19 : Location(DefLoc),
/external/clang/include/clang/Lex/
H A DMacroInfo.h112 MacroInfo(SourceLocation DefLoc);
/external/llvm/lib/TableGen/
H A DTGParser.cpp1944 SMLoc DefLoc = Lex.getLoc(); local
1952 CurRec = new Record(Name, DefLoc, Records);
1954 CurRec = new Record(GetNewAnonymousName(), DefLoc, Records,
1962 Error(DefLoc, "def '" + CurRec->getNameInitAsString()
1972 Error(DefLoc, "def '" + CurRec->getNameInitAsString() +
2003 if (ProcessForeachDefs(CurRec, DefLoc)) {
2004 Error(DefLoc,

Completed in 167 milliseconds