Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp826 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
830 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
845 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
849 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
3589 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h507 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; } in getTypeSpecWidthLoc() function