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

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
253 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
262 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
290 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
301 BeginLoc,
Pragma.cpp     [all...]
PPDirectives.cpp 456 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
457 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 797 SourceLocation BeginLoc = OpRange.getBegin();
798 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static)
801 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static)
803 << FixItHint::CreateReplacement(BeginLoc, "static_cast");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 562 SourceLocation BeginLoc = RegionOfInterest.getBegin();
564 BeginLoc == RegionOfInterest.getEnd()) {
565 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
570 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 91 milliseconds