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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); local
253 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
262 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
290 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
301 BeginLoc,
H A DPragma.cpp1182 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc(); local
1189 if (BeginLoc.isValid()) {
1191 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1196 if (!BeginLoc.isValid()) {
H A DPPDirectives.cpp450 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; local
451 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp769 SourceLocation BeginLoc = OpRange.getBegin(); local
770 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static)
773 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static)
775 << FixItHint::CreateReplacement(BeginLoc, "static_cast");
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1277 SourceLocation BeginLoc = ConsumeBracket(); local
1282 Diag(BeginLoc, diag::err_attributes_not_allowed)
1283 << SourceRange(BeginLoc, EndLoc);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5611 BeginLoc = SM.getLocForStartOfFile(File).getLocWithOffset(Offset);
5612 SourceLocation EndLoc = BeginLoc.getLocWithOffset(Length);
5617 BeginLoc, DIDComp);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6414 SourceLocation BeginLoc, // location of the + or -.

Completed in 132 milliseconds