Home
last modified time | relevance | path

Searched refs:SourceLoc (Results 1 – 6 of 6) 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.cpp760 QualType Source, SourceLocation SourceLoc) in CheckSpecForTypesEquivalent() argument
770 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
782 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
786 SourceLoc)) in CheckParamExceptionSpec()
797 SourceLoc)) in CheckParamExceptionSpec()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp300 Entry() : SourceLoc(), Name(), IsDynInit(false), IsBlacklisted(false) {} in Entry()
301 LocationMetadata SourceLoc; member
329 E.SourceLoc.parse(Loc); in init()
1484 Constant *SourceLoc; in InstrumentGlobals() local
1485 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
1486 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
1487 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
1489 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
1525 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, in InstrumentGlobals()
/external/clang/lib/Lex/
DLiteralSupport.cpp1590 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1592 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1608 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp416 LocationMetadata SourceLoc; member
446 E.SourceLoc.parse(Loc); in init()
2151 Constant *SourceLoc; in InstrumentGlobals() local
2152 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
2153 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
2154 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
2156 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
2194 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, in InstrumentGlobals()
/external/clang/include/clang/Sema/
DSema.h1331 const FunctionProtoType *Source, SourceLocation SourceLoc);