Home
last modified time | relevance | path

Searched refs:NewLoc (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp302 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
308 Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec()
322 SourceLocation NewLoc, in CheckEquivalentExceptionSpec() argument
337 Old = ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpec()
340 New = ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpec()
390 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
478 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
509 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
DSemaTemplate.cpp6154 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, in CheckSpecializationInstantiationRedecl() argument
6203 Diag(NewLoc, diag::err_specialization_after_instantiation) in CheckSpecializationInstantiationRedecl()
6238 Diag(NewLoc, in CheckSpecializationInstantiationRedecl()
6268 Diag(NewLoc, getLangOpts().CPlusPlus11 ? in CheckSpecializationInstantiationRedecl()
6301 Diag(NewLoc, diag::err_explicit_instantiation_duplicate) in CheckSpecializationInstantiationRedecl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp990 void addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd = false,
993 void rawAddEdge(PathDiagnosticLocation NewLoc);
1061 void EdgeBuilder::rawAddEdge(PathDiagnosticLocation NewLoc) { in rawAddEdge() argument
1063 PrevLoc = NewLoc; in rawAddEdge()
1067 const PathDiagnosticLocation &NewLocClean = cleanUpLocation(NewLoc, PDB.LC); in rawAddEdge()
1071 PrevLoc = NewLoc; in rawAddEdge()
1084 PrevLoc = NewLoc; in rawAddEdge()
1087 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, in addEdge() argument
1090 if (!alwaysAdd && NewLoc.asLocation().isMacroID()) in addEdge()
1093 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); in addEdge()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp253 DebugLoc NewLoc; in visitInstruction() local
256 NewLoc = DebugLoc::get(Line, Col, Loc.getScope(RealInst->getContext()), in visitInstruction()
259 NewLoc = DebugLoc::get(Line, Col, scope, 0); in visitInstruction()
267 addDebugLocation(I, NewLoc); in visitInstruction()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp234 SourceLocation NewLoc = in ConvertBackendLocation() local
236 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
/external/clang/lib/Lex/
DPragma.cpp1189 SourceLocation NewLoc; in HandlePragma() local
1197 NewLoc = Loc; in HandlePragma()
1204 NewLoc = SourceLocation(); in HandlePragma()
1207 PP.setPragmaARCCFCodeAuditedLoc(NewLoc); in HandlePragma()
/external/clang/include/clang/Sema/
DInitialization.h250 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument
251 return InitializedEntity(EK_New, NewLoc, Type); in InitializeNew()
DSema.h1084 const FunctionProtoType *New, SourceLocation NewLoc);
1088 const FunctionProtoType *New, SourceLocation NewLoc,
5100 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,
/external/llvm/lib/AsmParser/
DLLParser.cpp4154 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local
4167 ParseTypeAndValue(New, NewLoc, PFS) || in ParseCmpXchg()
4178 return Error(NewLoc, "new value and pointer type do not match"); in ParseCmpXchg()
4180 return Error(NewLoc, "cmpxchg operand must be an integer"); in ParseCmpXchg()
4183 return Error(NewLoc, "cmpxchg operand must be power-of-two byte-sized" in ParseCmpXchg()