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

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

Completed in 215 milliseconds