/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 347 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument 352 PDiag(diag::note_previous_declaration), Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec() 371 SourceLocation NewLoc, in CheckEquivalentExceptionSpec() argument 386 Old = ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpec() 389 New = ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpec() 439 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec() 520 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec() 549 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
|
D | SemaTemplate.cpp | 6517 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, in CheckSpecializationInstantiationRedecl() argument 6569 Diag(NewLoc, diag::err_specialization_after_instantiation) in CheckSpecializationInstantiationRedecl() 6604 Diag(NewLoc, in CheckSpecializationInstantiationRedecl() 6634 Diag(NewLoc, getLangOpts().CPlusPlus11 ? in CheckSpecializationInstantiationRedecl() 6669 Diag(NewLoc, (getLangOpts().MSVCCompat) in CheckSpecializationInstantiationRedecl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1020 void addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd = false, 1023 void rawAddEdge(PathDiagnosticLocation NewLoc); 1091 void EdgeBuilder::rawAddEdge(PathDiagnosticLocation NewLoc) { in rawAddEdge() argument 1093 PrevLoc = NewLoc; in rawAddEdge() 1097 const PathDiagnosticLocation &NewLocClean = cleanUpLocation(NewLoc, PDB.LC); in rawAddEdge() 1101 PrevLoc = NewLoc; in rawAddEdge() 1114 PrevLoc = NewLoc; in rawAddEdge() 1117 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, in addEdge() argument 1120 if (!alwaysAdd && NewLoc.asLocation().isMacroID()) in addEdge() 1123 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); in addEdge() [all …]
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 469 void handleFileExit(SourceLocation NewLoc) { in handleFileExit() 470 if (SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit() 475 SourceLocation LCA = NewLoc; in handleFileExit() 482 MostRecentLocation = NewLoc; in handleFileExit() 525 MostRecentLocation = NewLoc; in handleFileExit()
|
D | CodeGenAction.cpp | 282 SourceLocation NewLoc = in ConvertBackendLocation() local 284 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 1304 SourceLocation NewLoc; in HandlePragma() local 1312 NewLoc = Loc; in HandlePragma() 1319 NewLoc = SourceLocation(); in HandlePragma() 1322 PP.setPragmaARCCFCodeAuditedLoc(NewLoc); in HandlePragma()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument 259 return InitializedEntity(EK_New, NewLoc, Type); in InitializeNew()
|
D | Sema.h | 1204 const FunctionProtoType *New, SourceLocation NewLoc); 1208 const FunctionProtoType *New, SourceLocation NewLoc, 5439 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3528 MethodVFTableLocation NewLoc = Loc.second; in computeVTableRelatedInformation() local 3530 if (M == NewMethodLocations.end() || NewLoc < M->second) in computeVTableRelatedInformation() 3531 NewMethodLocations[GD] = NewLoc; in computeVTableRelatedInformation()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5374 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 5392 ParseTypeAndValue(New, NewLoc, PFS) || in ParseCmpXchg() 5408 return Error(NewLoc, "new value and pointer type do not match"); in ParseCmpXchg() 5410 return Error(NewLoc, "cmpxchg operand must be an integer"); in ParseCmpXchg() 5413 return Error(NewLoc, "cmpxchg operand must be power-of-two byte-sized" in ParseCmpXchg()
|