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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp18 MacroInfo::MacroInfo(SourceLocation DefLoc) argument
19 : Location(DefLoc),
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp125 const MemoryLocation DefLoc = MemoryLocation::get(I); local
126 if (getModRefInfo(Call, DefLoc) != MRI_NoModRef)
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp1983 SMLoc DefLoc = Lex.getLoc(); local
1991 CurRecOwner = make_unique<Record>(Name, DefLoc, Records);
1993 CurRecOwner = llvm::make_unique<Record>(GetNewAnonymousName(), DefLoc,
2002 return Error(DefLoc, "def '" + CurRec->getNameInitAsString()+
2020 return Error(DefLoc, "def '" + CurRec->getNameInitAsString() +
2045 if (ProcessForeachDefs(CurRec, DefLoc))
2046 return Error(DefLoc, "Could not process loops for def" +
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h115 MacroInfo(SourceLocation DefLoc);

Completed in 201 milliseconds