Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp18 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument
19 : Location(DefLoc), in MacroInfo()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp125 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local
126 if (getModRefInfo(Call, DefLoc) != MRI_NoModRef) in getModRefInfo()
/external/llvm/lib/TableGen/
DTGParser.cpp1985 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/
DMacroInfo.h115 MacroInfo(SourceLocation DefLoc);