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

/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); local
253 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
262 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
290 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
301 BeginLoc,
H A DPragma.cpp1300 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); local
1307 if (BeginLoc.isValid()) {
1309 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1314 if (!BeginLoc.isValid()) {
H A DPPDirectives.cpp456 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; local
457 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
/external/clang/lib/Sema/
H A DSemaCast.cpp797 SourceLocation BeginLoc = OpRange.getBegin(); local
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");
/external/clang/lib/Parse/
H A DParseDecl.cpp1221 SourceLocation BeginLoc = ConsumeBracket(); local
1226 Diag(BeginLoc, diag::err_attributes_not_allowed)
1227 << SourceRange(BeginLoc, EndLoc);
/external/clang/tools/libclang/
H A DCIndex.cpp562 SourceLocation BeginLoc = RegionOfInterest.getBegin(); local
564 BeginLoc == RegionOfInterest.getEnd()) {
565 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
570 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
5777 SourceLocation BeginLoc = Tok.getLocation();
5819 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU);

Completed in 2803 milliseconds