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

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
251 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
260 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
288 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
299 BeginLoc,
Pragma.cpp     [all...]
PPDirectives.cpp 504 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
505 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 588 // (BeginLoc, EndLoc) represents the range of the operand we are currently
590 SourceLocation BeginLoc =
595 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc));
622 // (BeginLoc, EndLoc) represents the range of the operand we are currently
624 SourceLocation BeginLoc =
629 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc));
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 826 SourceLocation BeginLoc = OpRange.getBegin();
827 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static)
830 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static)
832 << FixItHint::CreateReplacement(BeginLoc, "static_cast");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 565 SourceLocation BeginLoc = RegionOfInterest.getBegin();
567 BeginLoc == RegionOfInterest.getEnd()) {
568 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
573 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 149 milliseconds