Searched refs:DefLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 18 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument 19 : Location(DefLoc), in MacroInfo()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 125 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local 126 if (getModRefInfo(Call, DefLoc) != MRI_NoModRef) in getModRefInfo()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1985 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local 1993 CurRecOwner = make_unique<Record>(Name, DefLoc, Records); in ParseDef() 1995 CurRecOwner = llvm::make_unique<Record>(GetNewAnonymousName(), DefLoc, in ParseDef() 2004 return Error(DefLoc, "def '" + CurRec->getNameInitAsString()+ in ParseDef() 2022 return Error(DefLoc, "def '" + CurRec->getNameInitAsString() + in ParseDef() 2047 if (ProcessForeachDefs(CurRec, DefLoc)) in ParseDef() 2048 return Error(DefLoc, "Could not process loops for def" + in ParseDef()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 115 MacroInfo(SourceLocation DefLoc);
|