Home
last modified time | relevance | path

Searched refs:SubLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp767 SourceLocation SubLoc) { in CheckExceptionSpecSubset() argument
776 if (!SubLoc.isValid()) in CheckExceptionSpecSubset()
777 SubLoc = SuperLoc; in CheckExceptionSpecSubset()
783 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset()
808 Subset, SubLoc); in CheckExceptionSpecSubset()
814 Diag(SubLoc, NoThrowDiagID); in CheckExceptionSpecSubset()
824 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
853 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
861 Subset, SubLoc); in CheckExceptionSpecSubset()
H A DSemaTemplate.cpp1365 SourceLocation SubLoc; in RequireStructuralType() local
1372 SubLoc = FD->getLocation(); in RequireStructuralType()
1383 SubLoc = BaseSpec.getBaseTypeLoc(); in RequireStructuralType()
1392 Diag(SubLoc, diag::note_not_structural_subobject) in RequireStructuralType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2012 SourceLocation SubLoc);