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.cpp754 QualType Source, SourceLocation SourceLoc) in CheckSpecForTypesEquivalent() argument
764 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
776 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
780 SourceLoc)) in CheckParamExceptionSpec()
791 SourceLoc)) in CheckParamExceptionSpec()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp274 Entry() : SourceLoc(), Name(), IsDynInit(false), IsBlacklisted(false) {} in Entry()
275 LocationMetadata SourceLoc; member
303 E.SourceLoc.parse(Loc); in init()
1379 Constant *SourceLoc; in InstrumentGlobals() local
1380 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
1381 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
1382 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
1384 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
1393 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, nullptr); in InstrumentGlobals()
/external/clang/lib/Lex/
DLiteralSupport.cpp1576 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1578 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1594 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/external/clang/include/clang/Sema/
DSema.h1309 const FunctionProtoType *Source, SourceLocation SourceLoc);