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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1022 SourceRange FullRange = SourceRange(TyBeginLoc, local
1043 diag::err_value_init_for_array_type) << FullRange);
1049 << FullRange);
1053 diag::err_invalid_incomplete_type_use, FullRange))
H A DSemaTemplate.cpp8193 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(),
8196 << Name << Ctx << FullRange; local
8238 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(),
8240 Diag(IILoc, DiagID) << FullRange << Name << Ctx;

Completed in 437 milliseconds