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

/external/clang/include/clang/AST/
H A DDeclarationName.h515 SourceLocation BeginLoc = getBeginLoc(); variable
517 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc);
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp250 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); local
254 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
263 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
283 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
294 BeginLoc,
H A DPragma.cpp1233 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); local
1240 if (BeginLoc.isValid()) {
1242 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1247 if (!BeginLoc.isValid()) {
H A DPPDirectives.cpp403 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; local
404 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
/external/clang/lib/Parse/
H A DParseDecl.cpp937 SourceLocation BeginLoc = ConsumeBracket(); local
942 Diag(BeginLoc, diag::err_attributes_not_allowed)
943 << SourceRange(BeginLoc, EndLoc);
/external/clang/lib/Serialization/
H A DASTReader.cpp4804 BeginLoc = SM.getLocForStartOfFile(File).getLocWithOffset(Offset);
4805 SourceLocation EndLoc = BeginLoc.getLocWithOffset(Length);
4810 BeginLoc, DIDComp);
/external/clang/include/clang/Sema/
H A DSema.h5877 SourceLocation BeginLoc, // location of the + or -.

Completed in 488 milliseconds