Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h510 SourceLocation getTypeSpecWidthLoc() const { return TSWRange.getBegin(); } in getTypeSpecWidthLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1402 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
1406 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
1427 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
1431 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp10813 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()