HomeSort by relevance Sort by last modified time
    Searched refs:NewLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 347 const FunctionProtoType *New, SourceLocation NewLoc) {
352 PDiag(diag::note_previous_declaration), Old, OldLoc, New, NewLoc);
371 SourceLocation NewLoc,
386 Old = ResolveExceptionSpec(NewLoc, Old);
389 New = ResolveExceptionSpec(NewLoc, New);
439 Diag(NewLoc, DiagID);
520 Diag(NewLoc, DiagID);
549 Diag(NewLoc, DiagID);
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 464 /// \brief Adjust regions and state when \c NewLoc exits a file.
466 /// If moving from our most recently tracked location to \c NewLoc exits any
469 void handleFileExit(SourceLocation NewLoc) {
470 if (SM.isWrittenInSameFile(MostRecentLocation, NewLoc))
473 // If NewLoc is not in a file that contains MostRecentLocation, walk up to
475 SourceLocation LCA = NewLoc;
482 MostRecentLocation = NewLoc;
525 MostRecentLocation = NewLoc;
    [all...]
CodeGenAction.cpp 282 SourceLocation NewLoc =
284 return FullSourceLoc(NewLoc, CSM);
  /external/clang/include/clang/Sema/
Initialization.h 258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) {
259 return InitializedEntity(EK_New, NewLoc, Type);
    [all...]
Sema.h     [all...]
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 2477 milliseconds