HomeSort by: relevance | last modified time | path
    Searched refs:OldLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3070 SourceLocation OldLocation = Old->getLocation();
3075 if (OldLocation.isInvalid())
3076 OldLocation = New->getLocation();
3079 return std::make_pair(PrevDiag, OldLocation);
3269 SourceLocation OldLocation;
3270 std::tie(PrevDiag, OldLocation) =
3284 Diag(OldLocation, PrevDiag);
3287 Diag(OldLocation, PrevDiag);
3410 Diag(OldLocation, diag::note_previous_declaration);
3423 Diag(OldLocation, diag::note_previous_declaration)
    [all...]
TreeTransform.h 195 SourceLocation OldLocation;
201 OldLocation = Self.getDerived().getBaseLocation();
209 Self.getDerived().setBase(OldLocation, OldEntity);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 271 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming);
272 if (OldLocation.getNode())

Completed in 67 milliseconds