Home
last modified time | relevance | path

Searched refs:BeginLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Lex/
DPreprocessingRecord.cpp250 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()
DPragma.cpp1256 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()
DPPDirectives.cpp417 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock() local
418 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation())); in SkipExcludedConditionalBlock()
/external/clang/include/clang/AST/
DDeclarationName.h528 SourceLocation BeginLoc = getBeginLoc(); in getSourceRange() local
530 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc); in getSourceRange()
/external/clang/lib/Parse/
DParseDecl.cpp1118 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/
DASTReader.cpp4855 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/
DSema.h6130 SourceLocation BeginLoc, // location of the + or -.