Home
last modified time | relevance | path

Searched refs:SourceLoc (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_diag.h62 SourceLocation SourceLoc; variable
69 Kind(LK_Source), SourceLoc(Loc) {} in Location()
84 return SourceLoc; in getSourceLocation()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp729 QualType Source, SourceLocation SourceLoc) in CheckSpecForTypesEquivalent() argument
739 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
751 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
755 SourceLoc)) in CheckParamExceptionSpec()
766 SourceLoc)) in CheckParamExceptionSpec()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp266 Entry() : SourceLoc(), Name(), IsDynInit(false), IsBlacklisted(false) {} in Entry()
267 LocationMetadata SourceLoc; member
290 E.SourceLoc.parse(Loc); in init()
1321 Constant *SourceLoc; in InstrumentGlobals() local
1322 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
1323 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
1324 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
1326 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
1335 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, nullptr); in InstrumentGlobals()
/external/clang/lib/Lex/
DLiteralSupport.cpp1567 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1569 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1585 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/external/clang/include/clang/Sema/
DSema.h1219 const FunctionProtoType *Source, SourceLocation SourceLoc);