Searched refs:DefLoc (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Lex/ |
| HD | MacroInfo.cpp | 18 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument 19 : Location(DefLoc), in MacroInfo()
|
| /trueos/contrib/llvm/lib/TableGen/ |
| HD | TGParser.cpp | 1944 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local 1952 CurRec = new Record(Name, DefLoc, Records); in ParseDef() 1954 CurRec = new Record(GetNewAnonymousName(), DefLoc, Records, in ParseDef() 1962 Error(DefLoc, "def '" + CurRec->getNameInitAsString() in ParseDef() 1972 Error(DefLoc, "def '" + CurRec->getNameInitAsString() + in ParseDef() 2003 if (ProcessForeachDefs(CurRec, DefLoc)) { in ParseDef() 2004 Error(DefLoc, in ParseDef()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | MacroInfo.h | 112 MacroInfo(SourceLocation DefLoc);
|