Searched refs:BeginLoc (Results 1 - 8 of 8) sorted by relevance
/external/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); local 253 !SourceMgr.isBeforeInTranslationUnit(BeginLoc, 262 !SourceMgr.isBeforeInTranslationUnit(BeginLoc, 290 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc, 301 BeginLoc,
|
H A D | Pragma.cpp | 1300 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); local 1307 if (BeginLoc.isValid()) { 1309 PP.Diag(BeginLoc, diag::note_pragma_entered_here); 1314 if (!BeginLoc.isValid()) {
|
H A D | PPDirectives.cpp | 456 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; local 457 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
|
/external/clang/lib/Sema/ |
H A D | SemaCast.cpp | 797 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/tools/libclang/ |
H A D | CIndex.cpp | 562 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);
|
/external/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1221 SourceLocation BeginLoc = ConsumeBracket(); local 1226 Diag(BeginLoc, diag::err_attributes_not_allowed) 1227 << SourceRange(BeginLoc, EndLoc);
|
/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 6308 BeginLoc = SM.getLocForStartOfFile(File).getLocWithOffset(Offset); 6309 SourceLocation EndLoc = BeginLoc.getLocWithOffset(Length); 6314 BeginLoc, DIDComp);
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 6902 SourceLocation BeginLoc, // location of the + or -.
|
Completed in 262 milliseconds