HomeSort by relevance Sort by last modified time
    Searched defs:BeginLoc (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
252 BeginLoc,
261 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
289 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
300 BeginLoc,
Pragma.cpp     [all...]
PPDirectives.cpp 494 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
495 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 590 // (BeginLoc, EndLoc) represents the range of the operand we are currently
592 SourceLocation BeginLoc =
597 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc);
624 // (BeginLoc, EndLoc) represents the range of the operand we are currently
626 SourceLocation BeginLoc =
631 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc);
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 827 SourceLocation BeginLoc = OpRange.getBegin();
828 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static)
831 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static)
833 << FixItHint::CreateReplacement(BeginLoc, "static_cast");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 566 SourceLocation BeginLoc = RegionOfInterest.getBegin();
568 BeginLoc == RegionOfInterest.getEnd()) {
569 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
574 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
    [all...]

Completed in 213 milliseconds