Searched defs:BeginLoc (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); local
251 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
260 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
288 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
299 BeginLoc,
H A DPragma.cpp1301 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); local
1308 if (BeginLoc.isValid()) {
1310 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1315 if (!BeginLoc.isValid()) {
H A DPPDirectives.cpp504 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; local
505 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
/external/clang/lib/AST/
H A DStmt.cpp588 // (BeginLoc, EndLoc) represents the range of the operand we are currently
590 SourceLocation BeginLoc = local
595 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc));
622 // (BeginLoc, EndLoc) represents the range of the operand we are currently
624 SourceLocation BeginLoc = local
629 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc));
/external/clang/lib/Sema/
H A DSemaCast.cpp826 SourceLocation BeginLoc = OpRange.getBegin(); local
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");
/external/clang/lib/Parse/
H A DParseDecl.cpp1315 SourceLocation BeginLoc = ConsumeBracket(); local
1320 Diag(BeginLoc, diag::err_attributes_not_allowed)
1321 << SourceRange(BeginLoc, EndLoc);
/external/clang/tools/libclang/
H A DCIndex.cpp565 SourceLocation BeginLoc = RegionOfInterest.getBegin(); local
567 BeginLoc == RegionOfInterest.getEnd()) {
568 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
573 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
6038 SourceLocation BeginLoc = Tok.getLocation();
6080 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU);

Completed in 222 milliseconds