Searched refs:DefLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 18 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument 19 : Location(DefLoc), in MacroInfo()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 96 MacroInfo(SourceLocation DefLoc);
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1933 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local 1941 CurRec = new Record(Name, DefLoc, Records); in ParseDef() 1943 CurRec = new Record(GetNewAnonymousName(), DefLoc, Records, in ParseDef() 1951 Error(DefLoc, "def '" + CurRec->getNameInitAsString() in ParseDef() 1961 Error(DefLoc, "def '" + CurRec->getNameInitAsString() + in ParseDef() 1992 if (ProcessForeachDefs(CurRec, DefLoc)) { in ParseDef() 1993 Error(DefLoc, in ParseDef()
|