Searched refs:NewLoc (Results 1 - 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 331 const FunctionProtoType *New, SourceLocation NewLoc) { 337 Old, OldLoc, New, NewLoc); 351 SourceLocation NewLoc, 366 Old = ResolveExceptionSpec(NewLoc, Old); 369 New = ResolveExceptionSpec(NewLoc, New); 419 Diag(NewLoc, DiagID); 507 Diag(NewLoc, DiagID); 538 Diag(NewLoc, DiagID); 329 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument 346 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc, bool *MissingExceptionSpecification, bool*MissingEmptyExceptionSpecification, bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) argument
|
H A D | SemaTemplate.cpp | 5685 /// \param NewLoc the location of the new explicit specialization or 5703 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, argument 5752 Diag(NewLoc, diag::err_specialization_after_instantiation) 5787 Diag(NewLoc, 5817 Diag(NewLoc, getLangOpts().CPlusPlus11 ? 5850 Diag(NewLoc, diag::err_explicit_instantiation_duplicate)
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1029 void addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd = false); 1031 void rawAddEdge(PathDiagnosticLocation NewLoc); 1099 void EdgeBuilder::rawAddEdge(PathDiagnosticLocation NewLoc) { argument 1101 PrevLoc = NewLoc; 1105 const PathDiagnosticLocation &NewLocClean = cleanUpLocation(NewLoc); 1109 PrevLoc = NewLoc; 1122 PrevLoc = NewLoc; 1125 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd) { argument 1127 if (!alwaysAdd && NewLoc.asLocation().isMacroID()) 1130 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); [all...] |
/external/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 217 SourceLocation NewLoc = local 219 return FullSourceLoc(NewLoc, CSM);
|
/external/clang/lib/Lex/ |
H A D | Pragma.cpp | 1206 SourceLocation NewLoc; local 1214 NewLoc = Loc; 1221 NewLoc = SourceLocation(); 1224 PP.setPragmaARCCFCodeAuditedLoc(NewLoc);
|
/external/clang/include/clang/Sema/ |
H A D | Initialization.h | 236 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { argument 237 return InitializedEntity(EK_New, NewLoc, Type);
|
H A D | Sema.h | 1008 const FunctionProtoType *New, SourceLocation NewLoc); 1012 const FunctionProtoType *New, SourceLocation NewLoc, 4921 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,
|
/external/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 880 const MachineLocation &NewLoc = Loc.isReg() ? local 882 return NewLoc;
|
/external/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4112 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; 4125 ParseTypeAndValue(New, NewLoc, PFS) || 4136 return Error(NewLoc, "new value and pointer type do not match"); 4138 return Error(NewLoc, "cmpxchg operand must be an integer"); 4141 return Error(NewLoc, "cmpxchg operand must be power-of-two byte-sized"
|
Completed in 299 milliseconds