HomeSort by relevance Sort by last modified time
    Searched refs:BeginLoc (Results 1 - 12 of 12) 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 575 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
576 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 593 // (BeginLoc, EndLoc) represents the range of the operand we are currently
595 SourceLocation BeginLoc = getAsmString()->getLocationOfByte(
602 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc);
629 // (BeginLoc, EndLoc) represents the range of the operand we are currently
631 SourceLocation BeginLoc = getAsmString()->getLocationOfByte(
638 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc);
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 828 SourceLocation BeginLoc = OpRange.getBegin();
829 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static)
832 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static)
834 << 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/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 754 milliseconds