Searched refs:BeginLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity() local 252 BeginLoc, in addPreprocessedEntity() 261 !SourceMgr.isBeforeInTranslationUnit(BeginLoc, in addPreprocessedEntity() 289 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc, in addPreprocessedEntity() 300 BeginLoc, in addPreprocessedEntity()
|
D | Pragma.cpp | 1324 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); in HandlePragma() local 1331 if (BeginLoc.isValid()) { in HandlePragma() 1333 PP.Diag(BeginLoc, diag::note_pragma_entered_here); in HandlePragma() 1338 if (!BeginLoc.isValid()) { in HandlePragma() 1378 SourceLocation BeginLoc = PP.getPragmaAssumeNonNullLoc(); in HandlePragma() local 1385 if (BeginLoc.isValid()) { in HandlePragma() 1387 PP.Diag(BeginLoc, diag::note_pragma_entered_here); in HandlePragma() 1392 if (!BeginLoc.isValid()) { in HandlePragma()
|
D | PPDirectives.cpp | 494 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock() local 495 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation())); in SkipExcludedConditionalBlock()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 592 SourceLocation BeginLoc = in AnalyzeAsmString() local 597 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc); in AnalyzeAsmString() 626 SourceLocation BeginLoc = in AnalyzeAsmString() local 631 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc); in AnalyzeAsmString()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1453 SourceLocation BeginLoc = NameLoc; in TryAnnotateName() local 1455 BeginLoc = SS.getBeginLoc(); in TryAnnotateName() 1477 Tok.setLocation(BeginLoc); in TryAnnotateName() 1688 SourceLocation BeginLoc = Tok.getLocation(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local 1690 BeginLoc = SS.getBeginLoc(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() 1713 Tok.setLocation(BeginLoc); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
D | ParseDecl.cpp | 1343 SourceLocation BeginLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local 1348 Diag(BeginLoc, diag::err_attributes_not_allowed) in DiagnoseProhibitedCXX11Attribute() 1349 << SourceRange(BeginLoc, EndLoc); in DiagnoseProhibitedCXX11Attribute()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 827 SourceLocation BeginLoc = OpRange.getBegin(); in DiagnoseReinterpretUpDownCast() local 828 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static) in DiagnoseReinterpretUpDownCast() 831 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static) in DiagnoseReinterpretUpDownCast() 833 << FixItHint::CreateReplacement(BeginLoc, "static_cast"); in DiagnoseReinterpretUpDownCast()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 566 SourceLocation BeginLoc = RegionOfInterest.getBegin(); in VisitChildren() local 568 BeginLoc == RegionOfInterest.getEnd()) { in VisitChildren() 569 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc); in VisitChildren() 574 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU)); in VisitChildren() 6283 SourceLocation BeginLoc = Tok.getLocation(); in annotatePreprocessorTokens() local 6326 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU); in annotatePreprocessorTokens()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6608 BeginLoc = SM.getLocForStartOfFile(File).getLocWithOffset(Offset); in FindFileRegionDecls() local 6609 SourceLocation EndLoc = BeginLoc.getLocWithOffset(Length); in FindFileRegionDecls() 6614 BeginLoc, DIDComp); in FindFileRegionDecls()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1978 LocTy BeginLoc = Lex.getLoc(); in ParseOptionalOperandBundles() local 2015 return Error(BeginLoc, "operand bundle set must not be empty"); in ParseOptionalOperandBundles()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7373 SourceLocation BeginLoc, // location of the + or -.
|