Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp241 : SourceLoc(), Name(), IsDynInit(false), in Entry()
243 LocationMetadata SourceLoc; member
268 E.SourceLoc.parse(Loc); in init()
1236 Constant *SourceLoc; in InstrumentGlobals() local
1237 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
1238 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
1239 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
1241 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
1250 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, nullptr); in InstrumentGlobals()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1573 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1575 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1591 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1223 const FunctionProtoType *Source, SourceLocation SourceLoc);