Searched refs:FullRange (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp920 SourceRange FullRange = SourceRange(TyBeginLoc, local
936 diag::err_value_init_for_array_type) << FullRange);
942 diag::err_invalid_incomplete_type_use, FullRange))
H A DSemaTemplate.cpp7917 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(),
7920 << Name << Ctx << FullRange; local
7961 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(),
7963 Diag(IILoc, DiagID) << FullRange << Name << Ctx;

Completed in 152 milliseconds