Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Lex/
HDMacroInfo.cpp18 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument
19 : Location(DefLoc), in MacroInfo()
/trueos/contrib/llvm/lib/TableGen/
HDTGParser.cpp1944 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/
HDMacroInfo.h112 MacroInfo(SourceLocation DefLoc);