Searched refs:BeginLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 250 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity() local 254 !SourceMgr.isBeforeInTranslationUnit(BeginLoc, in addPreprocessedEntity() 263 !SourceMgr.isBeforeInTranslationUnit(BeginLoc, in addPreprocessedEntity() 283 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc, in addPreprocessedEntity() 294 BeginLoc, in addPreprocessedEntity()
|
D | Pragma.cpp | 1256 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); in HandlePragma() local 1263 if (BeginLoc.isValid()) { in HandlePragma() 1265 PP.Diag(BeginLoc, diag::note_pragma_entered_here); in HandlePragma() 1270 if (!BeginLoc.isValid()) { in HandlePragma()
|
D | PPDirectives.cpp | 417 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock() local 418 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation())); in SkipExcludedConditionalBlock()
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 528 SourceLocation BeginLoc = getBeginLoc(); in getSourceRange() local 530 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc); in getSourceRange()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 1118 SourceLocation BeginLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local 1123 Diag(BeginLoc, diag::err_attributes_not_allowed) in DiagnoseProhibitedCXX11Attribute() 1124 << SourceRange(BeginLoc, EndLoc); in DiagnoseProhibitedCXX11Attribute()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4855 BeginLoc = SM.getLocForStartOfFile(File).getLocWithOffset(Offset); in FindFileRegionDecls() local 4856 SourceLocation EndLoc = BeginLoc.getLocWithOffset(Length); in FindFileRegionDecls() 4861 BeginLoc, DIDComp); in FindFileRegionDecls()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6130 SourceLocation BeginLoc, // location of the + or -.
|